fix update script
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user