From: Frank Lichtenheld Date: Sun, 28 Oct 2007 21:13:23 +0000 (+0100) Subject: 050checkinst: Duplicate mail to log X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=7d06e82e8b559dae35d06ce09e9e5dde80fce439;hp=2c644c36736052f4bd1abff4101375848203fb66;ds=sidebyside 050checkinst: Duplicate mail to log Record problems in the log, too, not just in the mail --- diff --git a/cron.d/050checkinst b/cron.d/050checkinst index 3dd1c75..559de6a 100755 --- a/cron.d/050checkinst +++ b/cron.d/050checkinst @@ -65,6 +65,5 @@ then echo cat $cache fi - ) | /usr/sbin/sendmail -t + ) | tee /dev/stderr | /usr/sbin/sendmail -t fi -