Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-06 11:42:44 -06:00
parent 484b299ebd
commit 5c619a27e2

View File

@@ -54,9 +54,10 @@ STATUS() {
nid=`expr $nid + 1`
done
DIVIDER
echo ""
if [ -z $action ] || [ "${action}" = "gui" ]; then
DIVIDER true
ENTER2CONTINUE
fi
}
@@ -79,7 +80,11 @@ NEWCERT(){
sleep 20
SERVICE nginx reload
echo -e "${idsCL[Green]}Certificate has been created for '${idsCL[Yellow]}${NEW_CERT}${idsCL[Green]}'...${idsCL[Default]}"
echo ""
if [ -z $action ] || [ "${action}" = "gui" ]; then
DIVIDER true
ENTER2CONTINUE
fi
}
CERTRENEW(){