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 10627e4 commit 8713918Copy full SHA for 8713918
acme.sh
@@ -5565,7 +5565,7 @@ renewAll() {
5565
_set_level=${NOTIFY_LEVEL:-$NOTIFY_LEVEL_DEFAULT}
5566
_debug "_set_level" "$_set_level"
5567
export _ACME_IN_RENEWALL=1
5568
- for di in "${CERT_HOME}"/*.*/; do
+ for di in "${CERT_HOME}"/*/; do
5569
_debug di "$di"
5570
if ! [ -d "$di" ]; then
5571
_debug "Not a directory, skipping: $di"
0 commit comments