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