From dbe268ac8409620919dc02fa544de0cf6737af7e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 10:02:17 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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