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: 0.5.2~21 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab5bd25f3308f7990e3b58ecb79db0c1daf42bf;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"; }