From d27bbfaa5dffb0d81c65b5c439f2ead416337075 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Feb 2019 19:04:20 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index d6615a12..d14229f0 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -444,6 +444,7 @@ service) case $opt in 1) STATUS + echo "" if [ ${action-x} ]; then exit 0; fi read -n 1 -s -p "Press any key to continue" gui;;