From: Michael Tremer Date: Sat, 30 Jun 2012 13:02:05 +0000 (+0000) Subject: Fix printing the down message. X-Git-Tag: 005~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b97ad285313b2ce51d677029eb3057d59863daed;p=network.git Fix printing the down message. The background color has not been reset. --- diff --git a/functions.colors b/functions.colors index 35520159..899382ff 100644 --- a/functions.colors +++ b/functions.colors @@ -101,7 +101,7 @@ function colours_auto_disable() { # Predefined messages MSG_HOOK_UP="${CLR_GREEN_BG}${CLR_WHITE_B} UP ${CLR_RESET_B}${CLR_RESET_BG}" -MSG_HOOK_DOWN="${CLR_RED_BG}${CLR_WHITE_B} DOWN ${CLR_RESET_B}${CLR_RED_BG}" +MSG_HOOK_DOWN="${CLR_RED_BG}${CLR_WHITE_B} DOWN ${CLR_RESET_B}${CLR_RESET_BG}" MSG_DEVICE_STATUS_UNKNOWN="${CLR_GREY_BG}${CLR_BLACK_B} UNKNOWN ${CLR_RESET_ALL}" MSG_DEVICE_STATUS_UP="${CLR_GREEN_BG}${CLR_WHITE_B} UP ${CLR_RESET_ALL}"