Update nodemgmt-scripts.sh

This commit is contained in:
2023-05-13 22:34:58 -05:00
parent e13ea21036
commit 3de85b4528

View File

@@ -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]}"