Fix syntax error

This commit is contained in:
den 2019-08-14 09:23:37 +00:00
parent 7dc3ceda85
commit e206cc5cb2
Signed by: den
GPG Key ID: 0D4294715B06B463
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ else
echo " root /home/$username/$domain;" >> /etc/nginx/sites-enabled/$domain
echo "}" >> /etc/nginx/sites-enabled/$domain
certbot --nginx -d $domain --non-interactive --redirect --agree-tos -m root@$domain
fi