Commit 37e3e2f9 authored by emueller's avatar emueller
Browse files

fixed formating

parent 3c7be32e
...@@ -78,7 +78,7 @@ mail_send() { ...@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment