Browse Source

Merge ec3539e81a into 40b6db6a27

pull/4508/merge
Livia Medeiros 3 weeks ago
committed by GitHub
parent
commit
cce901bbfb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      acme.sh

4
acme.sh

@ -5550,6 +5550,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

Loading…
Cancel
Save