fix update script

This commit is contained in:
Michael Rennecke 2020-04-19 21:02:45 +02:00
parent 6dd4b085b4
commit b372e0930c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ while read -r domain
do
if [ ! -d "/etc/letsencrypt/live/$domain" ]
then
certbot certonly --standalone \
certbot certonly \
-d "$domain" \
--non-interactive \
--agree-tos \