fix: continue after first fail
This commit is contained in:
parent
aab2b783d9
commit
5d88affc43
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ case $1 in
|
|||
--webroot \
|
||||
--agree-tos \
|
||||
--webroot-path /var/lib/letsencrypt \
|
||||
-d "${domain}" || ensure $?
|
||||
-d "${domain}" || fail $?
|
||||
|
||||
touch "${updated}"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue