diff --git a/defaults.inc b/defaults.inc index e1fca83a..1b791467 100755 --- a/defaults.inc +++ b/defaults.inc @@ -79,7 +79,7 @@ DISP_HEADER(){ } DIVIDER(){ - if [ -z ${2+x} ]; then clr='Yellow' + if [ -z ${2+x} ]; then clr='yellow' else clr=$2 fi echo -e "${idsCL[${clr~}]}-----------------------------------------------------------------------${idsCL[Default]}"