This commit is contained in:
2019-02-07 09:38:46 -06:00
parent 8413f001b8
commit bdddd5aed5
2 changed files with 8 additions and 5 deletions

View File

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