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(){ DIVIDER(){
if [ -z "$2" ]; then if [ -z "$2" ]; then clr='Yellow'
clr='Yellow' else clr=$2
else
clr=$2
fi fi
}
echo -e "${idsCL[${clr}]}-----------------------------------------------------------------------${idsCL[Default]}" echo -e "${idsCL[${clr}]}-----------------------------------------------------------------------${idsCL[Default]}"
if [ "$1" = true ]; then if [ "$1" = true ]; then
echo "" echo ""