From 6c1b586b7ad6147eb847d8d9561435e15698f0df Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Feb 2019 00:11:55 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 1a2e1459..db4a1e22 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -436,7 +436,7 @@ GUI(){ read -n 1 opt echo "" case $opt in - 1) STATUS; GUI;; + 1) DIVIDER; STATUS; GUI;; 2) GLANCES_INSTALL INSTALL_MENU;; 3) X11VNC_INSTALL @@ -463,7 +463,7 @@ if [ ${action-x} ]; then delsite) DELSITE ${2};; newsite) NEWSITE ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14};; update) ;; - status) DIVIDER; STATUS ${2};; + status) STATUS ${2};; status-check) STATUS-CHECK ${2};; set-permissions) DIVIDER; SET-PERMISSIONS ${2};; service) SERVICE ${2} ${3};;