diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index fa1c7205..03a82fc0 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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(){