mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
minor, add debug info
This commit is contained in:
parent
468edfa6cc
commit
a2738e8599
1
acme.sh
1
acme.sh
@ -4785,6 +4785,7 @@ renewAll() {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
_debug _error_level "$_error_level"
|
_debug _error_level "$_error_level"
|
||||||
|
_debug _set_level "$_set_level"
|
||||||
if [ "$ACME_IN_CRON" ] && [ $_error_level -le $_set_level ]; then
|
if [ "$ACME_IN_CRON" ] && [ $_error_level -le $_set_level ]; then
|
||||||
if [ -z "$NOTIFY_MODE" ] || [ "$NOTIFY_MODE" = "$NOTIFY_MODE_BULK" ]; then
|
if [ -z "$NOTIFY_MODE" ] || [ "$NOTIFY_MODE" = "$NOTIFY_MODE_BULK" ]; then
|
||||||
_msg_subject="Renew"
|
_msg_subject="Renew"
|
||||||
|
Loading…
Reference in New Issue
Block a user