Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-04 00:32:22 -06:00
parent 029bf2abf4
commit 4ca6c44268

View File

@@ -56,9 +56,9 @@ STATUS() {
DIVIDER
echo ""
#if [ -z $action ] && "${action}" = "gui" ]; then
if [ -z $action ] || [ "${action}" = "gui" ]; then
ENTER2CONTINUE
#fi
fi
}
NEWCERT(){
echo -e "${idsCL[LightGreen]}Requesting Certificate for '${idsCL[Yellow]}${1}${idsCL[LightGreen]}'...${idsCL[Default]}"