From e4288375590082672e1eb4587e7f10a5acf8a4d6 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 14 Jun 2024 17:18:34 -0300 Subject: [PATCH] fix: syntax error --- certbotd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbotd.sh b/certbotd.sh index 39c38a3..6775973 100755 --- a/certbotd.sh +++ b/certbotd.sh @@ -92,7 +92,7 @@ case $1 in | jq --raw-output .[] \ | while read domain; do # Skip already existing domains - if test -d "/etc/letsencrypt/renewal/${domain}.conf" + if test -d "/etc/letsencrypt/renewal/${domain}.conf"; then echo "ok - ${domain} already issued" >&2 continue fi