fix update script
This commit is contained in:
parent
6dd4b085b4
commit
b372e0930c
|
@ -7,7 +7,7 @@ while read -r domain
|
||||||
do
|
do
|
||||||
if [ ! -d "/etc/letsencrypt/live/$domain" ]
|
if [ ! -d "/etc/letsencrypt/live/$domain" ]
|
||||||
then
|
then
|
||||||
certbot certonly --standalone \
|
certbot certonly \
|
||||||
-d "$domain" \
|
-d "$domain" \
|
||||||
--non-interactive \
|
--non-interactive \
|
||||||
--agree-tos \
|
--agree-tos \
|
||||||
|
|
Loading…
Reference in New Issue