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