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