From 5d88affc433e0696ef6e3bd66faf3c0b1d3583c2 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 28 Dec 2024 17:54:11 -0300 Subject: [PATCH] fix: continue after first fail --- certbotd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbotd.sh b/certbotd.sh index 10ff49d..338f269 100755 --- a/certbotd.sh +++ b/certbotd.sh @@ -196,7 +196,7 @@ case $1 in --webroot \ --agree-tos \ --webroot-path /var/lib/letsencrypt \ - -d "${domain}" || ensure $? + -d "${domain}" || fail $? touch "${updated}" done