From dc70859fc62985fbeca269609d3cee786a940a13 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Feb 2019 19:51:50 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 8585307c..89eca7ba 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -424,10 +424,10 @@ GUI(){ echo "" case $opt in 1) - STATUS echo "" + STATUS read -n 1 -s -p "Press any key to continue" - ${0} gui;; + nodemgmt gui;; 2) GLANCES_INSTALL INSTALL_MENU;; 3) X11VNC_INSTALL @@ -455,7 +455,7 @@ if [ ${action-x} ]; then delsite) DELSITE;; newsite) NEWSITE;; update) ;; - status) STATUS; ${0} gui; exit 0;; + status) STATUS;; status-check) STATUS-CHECK;; set-permissions) SET-PERMISSIONS;; service) SERVICE;;