Browse Source

fixed formating

pull/3288/head^2
emueller 5 years ago
committed by Bernard Spil
parent
commit
1996d52578
  1. 2
      notify/mail.sh

2
notify/mail.sh

@ -78,7 +78,7 @@ mail_send() {
_mail_bin() { _mail_bin() {
_MAIL_BIN="" _MAIL_BIN=""
_MAIL_BINS="sendmail ssmtp mutt mail msmtp"
_MAIL_BINS="sendmail ssmtp mutt mail msmtp"
if [ -n "$MAIL_BIN" ]; then if [ -n "$MAIL_BIN" ]; then
_MAIL_BINS="$MAIL_BIN $_MAIL_BINS" _MAIL_BINS="$MAIL_BIN $_MAIL_BINS"

Loading…
Cancel
Save