From c1b88d355a0b5ee612d74b6da2d79604d4d4a7cf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 14 Nov 2023 11:07:17 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 9ece4dcf..b4f72a67 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -907,7 +907,7 @@ GUI(){ case $action in newcert) NEWCERT ${2} ${3};; certrenew) CERTRENEW;; - delssl) DEL-SSL ${2};; + delcert) DEL-SSL ${2};; certs) LISTCERTS ${2} ${3} ${4} ${5} ${6};; listcerts-npm) LISTCERTS_NPM;; copynpmcerts) COPYCERTS_NPM ${2};; @@ -1044,7 +1044,7 @@ GUI(){ gui) GUI;; *) - echo -e "Commands followed by '-h' will show addtional info. {work-in-progress}" + echo -e "${idsCL[Yellow]}Commands followed by '-h' will show addtional info. {work-in-progress}${idsCL[Default]}" echo echo -e "Usage: ${idsCL[LightCyan]}[nodemgmt or nmg] ${idsCL[Yellow]}{COMMAND} ${idsCL[LightYellow]}{FLAGS}${idsCL[Default]} {\n" @@ -1054,7 +1054,7 @@ GUI(){ echo echo -e " ${idsCL[Yellow]}certs${idsCL[Default]} - Manage SSL Certificates" echo -e " ${idsCL[Yellow]}newcert${idsCL[Default]} - Generate New SSL Certificate" - echo -e " ${idsCL[Yellow]}delssl${idsCL[Default]} - Delete SSL Certificate" + echo -e " ${idsCL[Yellow]}delcert${idsCL[Default]} - Delete SSL Certificate" echo -e " ${idsCL[Yellow]}certrenew${idsCL[Default]} - Renew all SSL Certificates" echo -e " ${idsCL[Yellow]}checkcerts${idsCL[Default]} - Check SSL Expirations" echo -e " ${idsCL[Yellow]}nightlyrenew${idsCL[Default]} - Renewal of SSL Certs, designed for cron tasks"