Update defaults.inc

This commit is contained in:
2019-03-30 16:42:29 -05:00
parent 1aa80801b9
commit 92ed76434e

View File

@@ -151,20 +151,6 @@ DISP_HEADER(){
echo ""
}
DIVIDER(){
if [ -z ${2+x} ]; then local clr='yellow'
else local clr=$2
fi
if [ -z ${3+x} ]; then local length=70
else local length=$3
fi
local c=0; local dashes=''; until [ $c = ${length} ]; do local dashes="${dashes}-"; local c=`expr $c + 1`; done
echo -e "${idsCL[${clr~}]}${dashes}${idsCL[Default]}"
if [ "$1" = true ]; then
echo ""
fi
}
CERT-CHECK(){
TARGET="mysite.example.net";
RECIPIENT="hostmaster@mysite.example.net";