diff --git a/acme.sh b/acme.sh index d9ae208a..d5997f4a 100755 --- a/acme.sh +++ b/acme.sh @@ -5565,6 +5565,10 @@ renewAll() { _set_level=${NOTIFY_LEVEL:-$NOTIFY_LEVEL_DEFAULT} _debug "_set_level" "$_set_level" export _ACME_IN_RENEWALL=1 + if ! [ -d "${CERT_HOME}" ]; then + _err "${CERT_HOME} is not a directory" + return 1 + fi for di in "${CERT_HOME}"/*.*/; do _debug di "$di" if ! [ -d "$di" ]; then