Update directory iteration pattern in acme.sh

This commit is contained in:
风扇滑翔翼
2026-01-02 14:48:11 +08:00
committed by GitHub
parent 8713918bdb
commit ef2089ceb1

View File

@@ -5565,7 +5565,7 @@ 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
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
_debug "Not a directory, skipping: $di" _debug "Not a directory, skipping: $di"