From a443f38edc4bad628d39b259e2d707122c8d8e87 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Feb 2019 19:47:06 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ""