diff options
author | Ben Sima <ben@bsima.me> | 2019-01-24 08:28:22 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-01-24 08:28:22 -0800 |
commit | cc258dd2a765f1845589881d61b012512ef7030e (patch) | |
tree | 945de16ed2de7be949f041b1a47056eae4a8dc42 /sendmail | |
parent | 0a96d4a7eb89c23488ea945281ca7e75124cb64d (diff) |
Redirect stderr too
Diffstat (limited to 'sendmail')
-rwxr-xr-x | sendmail | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #! /usr/bin/env sh ## pass all params to msmtpq & redirect output -msmtpq "$@" >> ~/tmp/msmtp.log +msmtpq "$@" >> ~/tmp/msmtp.log 2> ~/tmp/msmtp.err exit 0 |