From b97ad285313b2ce51d677029eb3057d59863daed Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 30 Jun 2012 13:02:05 +0000 Subject: [PATCH] Fix printing the down message. The background color has not been reset. --- functions.colors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.47.3