From 3f50d3add22b1e79bbf147e956595d2a8ef1d6c3 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 8 Mar 2019 10:43:38 -0800 Subject: update scripts --- sendmail | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sendmail') diff --git a/sendmail b/sendmail index ba920b8..bda9d7a 100755 --- a/sendmail +++ b/sendmail @@ -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 -- cgit v1.2.3