diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 3c543947..67237c44 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -637,7 +637,9 @@ SERVICES(){ echo "nm service ${NODE_SERVICES[${selsrvc}]} ${NM_SRVCOPT[${selsrvcopt}]}" echo "" DIVIDER - ENTER2CONTINUE + if [ -z $action ] || [ "${action}" = "gui" ]; then + ENTER2CONTINUE + fi break fi fi