Browse Source

Update smtp.sh

pull/3369/head
CharlieYu 5 years ago
committed by GitHub
parent
commit
bc393a4741
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      notify/smtp.sh

2
notify/smtp.sh

@ -75,7 +75,7 @@ _smtp_send() {
_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
else
return 0

Loading…
Cancel
Save