mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-15 19:12:53 +00:00
Merge ec3539e81a334acf7466153df6960e0bbdf8c024 into 3d8b682380773f01df0e5abc2ef582c30c663010
This commit is contained in:
commit
54c27047b5
4
acme.sh
4
acme.sh
@ -5557,6 +5557,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user