]> git.ipfire.org Git - people/stevee/network.git/blobdiff - functions.util
Completely remove old colour stuff.
[people/stevee/network.git] / functions.util
index 872b254c3c87306fa9a802d59a816f35efaa91bf..d8880ff44b3a81ffab6e5c891132226bf0197a63 100644 (file)
@@ -35,7 +35,7 @@ function args() {
 
 # Print a pretty error message
 function error() {
-       echo -e " ${COLOUR_ERROR}ERROR${COLOUR_NORMAL}  : $@" >&2
+       echo -e " ${CLR_RED_B}ERROR${CLR_RESET}  : $@" >&2
 }
 
 function error_log() {
@@ -44,7 +44,7 @@ function error_log() {
 
 # Print a pretty warn message
 function warning() {
-       echo -e " ${COLOUR_WARN}WARNING${COLOUR_NORMAL}: $@" >&2
+       echo -e " ${CLR_YELLOW_B}WARNING${CLR_RESET}: $@" >&2
 }
 
 function warning_log() {