From 14f76ac324987992aab859d604fb5e7ed53d82a5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Feb 2019 19:49:00 -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 e5e3e350..e63ee2ae 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -454,7 +454,7 @@ if [ ${action-x} ]; then delsite) DELSITE;; newsite) NEWSITE;; update) ;; - status) STATUS; GUI; exit 0;; + status) STATUS; ${0} gui; exit 0;; status-check) STATUS-CHECK;; set-permissions) SET-PERMISSIONS;; service) SERVICE;;