]> git.ipfire.org Git - people/stevee/network.git/blobdiff - network
Completely remove old colour stuff.
[people/stevee/network.git] / network
diff --git a/network b/network
index 3c3b1006a19d4f0ef0efbc584069882d93d0c05b..61dfcdfac4fca2f70d768f90b941cc34534168d3 100755 (executable)
--- a/network
+++ b/network
@@ -110,10 +110,10 @@ function cli_device_status() {
 
        case "${status}" in
                ${EXIT_TRUE})
-                       status="${COLOUR_GREEN}UP${COLOUR_NORMAL}"
+                       status="${CLR_GREEN_B}UP${CLR_RESET}"
                        ;;
                ${EXIT_FALSE})
-                       status="${COLOUR_RED}DOWN${COLOUR_NORMAL}"
+                       status="${CLR_RED_B}DOWN${CLR_RESET}"
                        ;;
        esac