diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 549a8ca5..4b999e16 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -455,10 +455,11 @@ if [ ${action-x} ]; then delsite) DELSITE;; newsite) NEWSITE;; update) ;; - status) echo ""; STATUS; ${0} GUI exi1 0;; + status) echo ""; STATUS; GUI; exit 0;; status-check) STATUS-CHECK;; set-permissions) SET-PERMISSIONS;; service) SERVICE;; + gui) GUI;; *) echo -e "Usage: ${idsCL[Yellow]}nodemgmt${idsCL[Default]} { ${idsCL[Yellow]}service${idsCL[Default]} [service] [action] | ${idsCL[Yellow]}status${idsCL[Default]} | ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)] | ${idsCL[Yellow]}certrenew${idsCL[Default]} }" echo ""