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