fix update script
This commit is contained in:
parent
6dd4b085b4
commit
b372e0930c
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue