From e854162bfc27889ceeaa50dc92c0f93c8fe9894f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 15:34:20 -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 cf9cc54e..7be19867 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1056,7 +1056,7 @@ GUI(){ echo -e " ${idsCL[Yellow]}newsite${idsCL[Default]} - Create a new site" echo -e " ${idsCL[Yellow]}nightlyrenew${idsCL[Default]} - Renewal of SSL Certs, designed for cron tasks" echo -e " ${idsCL[Yellow]}run${idsCL[Default]} - Run a command on all Nodes" - echo -e " ${idsCL[Yellow]}service${idsCL[Default]} [service] [action] - Manages services accross like nodes" + echo -e " ${idsCL[Yellow]}service${idsCL[Default]} [service] [action] - Manage services on all nodes, or nodetypes" echo -e " ${idsCL[Yellow]}set-permissions${idsCL[Default]} - Set specific permissions preset for app folders" echo -e " ${idsCL[Yellow]}sites${idsCL[Default]} - View/Edit NGINX Sites" echo -e " ${idsCL[Yellow]}status${idsCL[Default]} - Check Status of systems"