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