Browse Source

Merge 5cb1b777b2 into 40b6db6a27

pull/2810/merge
Evgeny 2 weeks ago
committed by GitHub
parent
commit
c121bdbd86
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      acme.sh

5
acme.sh

@ -6806,6 +6806,11 @@ _send_notify() {
_nhooks="$3"
_nerror="$4"
if [ ! -z "$MAIL_SUBJECT_SUFFIX" ]; then
_nsubject="$_nsubject $MAIL_SUBJECT_SUFFIX"
_debug "The MAIL_SUBJECT_SUFFIX is $MAIL_SUBJECT_SUFFIX."
fi
if [ "$NOTIFY_LEVEL" = "$NOTIFY_LEVEL_DISABLE" ]; then
_debug "The NOTIFY_LEVEL is $NOTIFY_LEVEL, which means it's disabled, so will just return."
return 0

Loading…
Cancel
Save