This commit is contained in:
Livia Medeiros 2024-06-13 19:59:55 +00:00 committed by GitHub
commit 979b1e0041
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5511,6 +5511,10 @@ renewAll() {
_set_level=${NOTIFY_LEVEL:-$NOTIFY_LEVEL_DEFAULT} _set_level=${NOTIFY_LEVEL:-$NOTIFY_LEVEL_DEFAULT}
_debug "_set_level" "$_set_level" _debug "_set_level" "$_set_level"
export _ACME_IN_RENEWALL=1 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 for di in "${CERT_HOME}"/*.*/; do
_debug di "$di" _debug di "$di"
if ! [ -d "$di" ]; then if ! [ -d "$di" ]; then