diff options
author | Ben Sima <ben@bsima.me> | 2019-03-08 10:43:38 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-08 10:43:45 -0800 |
commit | 3f50d3add22b1e79bbf147e956595d2a8ef1d6c3 (patch) | |
tree | 0b078ab960090b705c764c4484b54730678a23c9 /sendmail | |
parent | 81a699fcd18da46af228f088b96d43cd738578b4 (diff) |
update scripts
Diffstat (limited to 'sendmail')
-rwxr-xr-x | sendmail | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ #! /usr/bin/env sh ## pass all params to msmtpq & redirect output -msmtpq "$@" >> ~/tmp/msmtp.log 2> ~/tmp/msmtp.err +msmtpq \ + "$@" >> ~/tmp/msmtp.log 2> ~/tmp/msmtp.err exit 0 |