]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Knowing why mythtv-status failed can be useful
authorAndrew Ruthven <andrew@etc.gen.nz>
Mon, 31 Dec 2018 08:50:29 +0000 (21:50 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Mon, 31 Dec 2018 08:50:29 +0000 (21:50 +1300)
bin/mythtv-update-motd

index 05babafa8599be4451448eaf946fccab974eb1e9..11c58154c6a9577d0783e5ee8e668ae2a3bfa10a 100755 (executable)
@@ -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.