From f0297e9be92fa1b1d28abbb2c5a6901126448f9c Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 31 Dec 2018 21:50:29 +1300 Subject: [PATCH] Knowing why mythtv-status failed can be useful --- bin/mythtv-update-motd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2