This commit is contained in:
2019-02-07 09:40:35 -06:00
parent 0a570ca80d
commit d6f730b170
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -125,7 +125,7 @@ STATUS-CHECK(){
NEWCERT(){ NEWCERT(){
echo "" echo ""
if [ -z ${1+x} ]; then
echo -e -n "${idsCL[LightCyan]}Create certificate for what address: ${idsCL[Default]}" echo -e -n "${idsCL[LightCyan]}Create certificate for what address: ${idsCL[Default]}"
read NEW_CERT read NEW_CERT
echo "" echo ""