Skip to content

Commit

Permalink
update reload command
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtuBox committed Nov 30, 2018
1 parent e5a9161 commit 00cce80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ee-acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ if [ -f $HOME/.acme.sh/${domain_name}_ecc/fullchain.cer ]; then
--cert-file /etc/letsencrypt/live/${domain_name}/cert.pem \
--key-file /etc/letsencrypt/live/${domain_name}/key.pem \
--fullchain-file /etc/letsencrypt/live/${domain_name}/fullchain.pem \
--reloadcmd "sudo systemctl enable nginx.service && sudo systemctl restart nginx.service"
--reloadcmd "service nginx restart"
else
echo "####################################"
echo "Acme.sh failed to issue certificate"
Expand Down

0 comments on commit 00cce80

Please sign in to comment.