From d1382324588032ebaf69644684d28fdf62850b4f Mon Sep 17 00:00:00 2001 From: Eric Wilde Date: Tue, 13 Nov 2018 00:11:21 +1300 Subject: [PATCH] More correct label. --- bin/mythtv-status | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/mythtv-status b/bin/mythtv-status index 8cf3417..f5e3991 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -159,6 +159,7 @@ if (scalar(@{ $c->{'email'} }) > 0) { my $safe = ''; my $warning = ''; my $normal = ''; + if ($c->{'colour'} && scalar(@{ $c->{'email'} }) == 0) { $safe = "\033[0;32m"; $warning = "\033[1;31m"; @@ -217,7 +218,7 @@ my @blocks = ( # Date/Time from server { - 'name' => 'Status', + 'name' => 'Status as of', 'type' => 'xpath', 'xpath' => "//Status", 'attrs' => [ qw/ISODate time date/ ], -- 2.30.2