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