Update defaults.inc

This commit is contained in:
2019-02-07 09:42:48 -06:00
parent c6288df4f0
commit bb0b96e2be

View File

@@ -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]}"