From 3de85b4528fe9bae206ea58d378e78d7047cc8e2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 13 May 2023 22:34:58 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 7dfaa125..5222beeb 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1303,24 +1303,26 @@ GUI(){ update-pushover) UPDATEPUSHOVERINFO;; gui) GUI;; *) + echo -e "All commands followed by '-h' will show addtional info" + echo echo -e "Usage: ${idsCL[LightCyan]}nodemgmt${idsCL[Default]} {" echo -e " ${idsCL[Yellow]}backup${idsCL[Default]}" echo -e " ${idsCL[Yellow]}certrenew${idsCL[Default]}" - echo -e " ${idsCL[Yellow]}checkcerts${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}checkcerts${idsCL[Default]} - Check SSL Expirations" echo -e " ${idsCL[Yellow]}delsite${idsCL[Default]}" echo -e " ${idsCL[Yellow]}delsites${idsCL[Default]}" echo -e " ${idsCL[Yellow]}delssl${idsCL[Default]}" echo -e " ${idsCL[Yellow]}gui${idsCL[Default]}" echo -e " ${idsCL[Yellow]}haproxy-config${idsCL[Default]}" - echo -e " ${idsCL[Yellow]}listcerts${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}listcerts${idsCL[Default]} - List all SSL Certificates and Common Names" echo -e " ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)]" - echo -e " ${idsCL[Yellow]}newsite${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}newsite${idsCL[Default]} - Create a new site" echo -e " ${idsCL[Yellow]}nightlyrenew${idsCL[Default]}" - echo -e " ${idsCL[Yellow]}run${idsCL[Default]}" - echo -e " ${idsCL[Yellow]}service${idsCL[Default]} [service] [action]" - echo -e " ${idsCL[Yellow]}services${idsCL[Default]}" + 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]}services${idsCL[Default]} - (UI) Manage services accross all nodes" echo -e " ${idsCL[Yellow]}set-permissions${idsCL[Default]}" - echo -e " ${idsCL[Yellow]}status${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}status${idsCL[Default]} - Check Status of systems" echo -e " ${idsCL[Yellow]}status-check${idsCL[Default]}" echo -e " ${idsCL[Yellow]}update-nodes${idsCL[Default]}" echo -e " ${idsCL[Yellow]}update-dyndns${idsCL[Default]}"