From: Sam Vilain Date: Thu, 22 Nov 2007 21:18:15 +0000 (+1300) Subject: Don't set the background colour with --colour X-Git-Tag: debian-0.5.1-1~5 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce810535e9c30e85ca70e3387807225d706441e;p=mythtv-status.git Don't set the background colour with --colour --- 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"; }