CharlieYu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
notify/smtp.sh
|
|
@ -75,7 +75,7 @@ _smtp_send() { |
|
|
|
|
|
|
|
|
_debug "smtp_send_output" "$smtp_send_output" |
|
|
_debug "smtp_send_output" "$smtp_send_output" |
|
|
|
|
|
|
|
|
if [ $smtp_send_output =~ "message not sent" ]; then |
|
|
|
|
|
|
|
|
if [[ $smtp_send_output =~ "message not sent" ]]; then |
|
|
return 1 |
|
|
return 1 |
|
|
else |
|
|
else |
|
|
return 0 |
|
|
return 0 |
|
|
|