From 6dd6866c135075a8dfa99013ae043f0cf973d887 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Feb 2019 00:50:34 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 8f9e77d5..1348f232 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -369,6 +369,9 @@ SET-PERMISSIONS(){ nid=`expr $nid + 1` done if [ "${NEW_SITE}" != "" ]; then echo ""; fi + if [ -z $action ] || [ "${action}" = "gui" ]; then + ENTER2CONTINUE + fi } SERVICE(){