Update defaults.inc
This commit is contained in:
@@ -79,7 +79,7 @@ DISP_HEADER(){
|
||||
}
|
||||
|
||||
DIVIDER(){
|
||||
if [ -z "$2" ]; then clr='Yellow'
|
||||
if [ "$2" = "" ]; then clr='Yellow'
|
||||
else clr=$2
|
||||
fi
|
||||
echo -e "${idsCL[${clr~}]}-----------------------------------------------------------------------${idsCL[Default]}"
|
||||
|
||||
Reference in New Issue
Block a user