Browse Source
Merge pull request #1 from nauevg/nauevg-patch-1
Nauevg patch 1
pull/2810/head^2
Evgeny
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
acme.sh
|
@ -6069,6 +6069,11 @@ _send_notify() { |
|
|
_nhooks="$3" |
|
|
_nhooks="$3" |
|
|
_nerror="$4" |
|
|
_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 |
|
|
if [ "$NOTIFY_LEVEL" = "$NOTIFY_LEVEL_DISABLE" ]; then |
|
|
_debug "The NOTIFY_LEVEL is $NOTIFY_LEVEL, disabled, just return." |
|
|
_debug "The NOTIFY_LEVEL is $NOTIFY_LEVEL, disabled, just return." |
|
|
return 0 |
|
|
return 0 |
|
|