Update defaults.inc

This commit is contained in:
2019-02-07 09:39:20 -06:00
parent bdddd5aed5
commit 0a570ca80d

View File

@@ -79,7 +79,7 @@ DISP_HEADER(){
} }
DIVIDER(){ DIVIDER(){
if [ -z "$2" ]; then clr='Yellow' if [ "$2" = "" ]; then clr='Yellow'
else clr=$2 else clr=$2
fi fi
echo -e "${idsCL[${clr~}]}-----------------------------------------------------------------------${idsCL[Default]}" echo -e "${idsCL[${clr~}]}-----------------------------------------------------------------------${idsCL[Default]}"