From ef2089ceb1fc384971b7ab237c0816c255c6dbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E6=89=87=E6=BB=91=E7=BF=94=E7=BF=BC?= Date: Fri, 2 Jan 2026 14:48:11 +0800 Subject: [PATCH] Update directory iteration pattern in acme.sh --- acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme.sh b/acme.sh index 4b48036a..fb1d3e12 100755 --- a/acme.sh +++ b/acme.sh @@ -5565,7 +5565,7 @@ renewAll() { _set_level=${NOTIFY_LEVEL:-$NOTIFY_LEVEL_DEFAULT} _debug "_set_level" "$_set_level" export _ACME_IN_RENEWALL=1 - for di in "${CERT_HOME}"/*/; do + for di in "${CERT_HOME}"/*[.:]*/; do _debug di "$di" if ! [ -d "$di" ]; then _debug "Not a directory, skipping: $di"