Update defaults.inc

This commit is contained in:
2019-02-07 09:35:25 -06:00
parent 1859652a04
commit 8413f001b8

View File

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