Merge pull request #6485 from Fangliding/master

Fix ipv6 cert cannot be found
This commit is contained in:
neil
2026-01-18 14:29:33 +01:00
committed by GitHub

View File

@@ -5675,7 +5675,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"