From 8ce810535e9c30e85ca70e3387807225d706441e Mon Sep 17 00:00:00 2001 From: Sam Vilain Date: Fri, 23 Nov 2007 10:18:15 +1300 Subject: [PATCH] Don't set the background colour with --colour --- bin/mythtv-status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mythtv-status b/bin/mythtv-status index beeca49..a667379 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -73,8 +73,8 @@ my $safe = ''; my $warning = ''; my $normal = ''; if (defined $colour && scalar(@email) == 0) { - $safe = "\033[0;32;40m"; - $warning = "\033[1;31;40m"; + $safe = "\033[0;32m"; + $warning = "\033[1;31m"; $normal = "\033[0m"; } -- 2.30.2