From: Andrew Ruthven Date: Mon, 31 Dec 2018 08:50:29 +0000 (+1300) Subject: Knowing why mythtv-status failed can be useful X-Git-Tag: 1.0.0~27 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0297e9be92fa1b1d28abbb2c5a6901126448f9c;p=mythtv-status.git Knowing why mythtv-status failed can be useful --- diff --git a/bin/mythtv-update-motd b/bin/mythtv-update-motd index 05babaf..11c5815 100755 --- a/bin/mythtv-update-motd +++ b/bin/mythtv-update-motd @@ -43,7 +43,7 @@ fi ret=0 -mythtv-status $ARGS -h $HOST >> $TEMPFILE 2> /dev/null || ret=$? +mythtv-status $ARGS -h $HOST >> $TEMPFILE || ret=$? if [ $ret -eq 0 -o $ret -eq 1 ]; then if [ ! -f $TEMPFILE ]; then echo My temporary file has gone away, failed.