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