Update defaults.inc
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user