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;;