From 4443d9d6161ab1d093eb86bd81e221b4ff7717d5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Feb 2019 19:43:20 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a3828458..87c9e1f5 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -456,7 +456,7 @@ if [ ${action-x} ]; then delsite) DELSITE;; newsite) NEWSITE;; update) ;; - status) STATUS;; + status) STATUS; GUI;; status-check) STATUS-CHECK;; set-permissions) SET-PERMISSIONS;; service) SERVICE;;