Update defaults.inc

This commit is contained in:
2019-02-07 09:42:03 -06:00
parent ad62281864
commit d8cdb77786

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