Skip to content

Commit 0894955

Browse files
author
neil
committed
1 parent 5b5ef91 commit 0894955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5672,7 +5672,7 @@ renewAll() {
56725672
_set_level=${NOTIFY_LEVEL:-$NOTIFY_LEVEL_DEFAULT}
56735673
_debug "_set_level" "$_set_level"
56745674
export _ACME_IN_RENEWALL=1
5675-
for di in "${CERT_HOME}"/*[.:]*/; do
5675+
for di in "${CERT_HOME}"/*.* "${CERT_HOME}"/*:*; do
56765676
_debug di "$di"
56775677
if ! [ -d "$di" ]; then
56785678
_debug "Not a directory, skipping: $di"

0 commit comments

Comments
 (0)