]> git.ipfire.org Git - people/ms/network.git/commitdiff
Fix printing the down message.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jun 2012 13:02:05 +0000 (13:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jun 2012 13:02:05 +0000 (13:02 +0000)
The background color has not been reset.

functions.colors

index 3552015957949fd0cbc866507934e4c3b89135c4..899382ffecd22cf6e357e517bd32b29fd477a992 100644 (file)
@@ -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}"