Update defaults.inc

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

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