We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5ef91 commit 0894955Copy full SHA for 0894955
1 file changed
acme.sh
@@ -5672,7 +5672,7 @@ renewAll() {
5672
_set_level=${NOTIFY_LEVEL:-$NOTIFY_LEVEL_DEFAULT}
5673
_debug "_set_level" "$_set_level"
5674
export _ACME_IN_RENEWALL=1
5675
- for di in "${CERT_HOME}"/*[.:]*/; do
+ for di in "${CERT_HOME}"/*.* "${CERT_HOME}"/*:*; do
5676
_debug di "$di"
5677
if ! [ -d "$di" ]; then
5678
_debug "Not a directory, skipping: $di"
0 commit comments