Skip to content

Commit

Permalink
minor, add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
neilpang committed Jun 19, 2019
1 parent 468edfa commit a2738e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acme.sh
Expand Up @@ -4785,6 +4785,7 @@ renewAll() {
fi
done
_debug _error_level "$_error_level"
_debug _set_level "$_set_level"
if [ "$ACME_IN_CRON" ] && [ $_error_level -le $_set_level ]; then
if [ -z "$NOTIFY_MODE" ] || [ "$NOTIFY_MODE" = "$NOTIFY_MODE_BULK" ]; then
_msg_subject="Renew"
Expand Down

0 comments on commit a2738e8

Please sign in to comment.