Update default.inc

This commit is contained in:
2023-10-21 20:38:03 -05:00
parent 22f3e3152b
commit 2726d3e136

View File

@@ -177,9 +177,7 @@ DIVIDER(){
fi
local c=0; local dashes=''; until [ $c = ${length} ]; do local dashes="${dashes}-"; local c=`expr $c + 1`; done
[ "${clr}" == "." ] && echo ${dashes} || echo -e "${idsCL[${clr~}]}${dashes}${idsCL[Default]}"
if [ "$1" = true ]; then
echo ""
fi
[ "${1}" == "true" ] && echo
}
DIVIDER_C(){
[ -z ${2+x} ] && clr='yellow' || clr=$2