From 91c02ae1439f1ab5fa7ef73384ce7704551668a2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 16:47:17 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index f6d8d5ed..4d34658e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -502,7 +502,7 @@ NEWCERT(){ fi } -DELSSL(){ +DEL-SSL(){ DEL_SSL=${2} if [ -z ${DEL_SSL+x} ]; then echo -e -n "${idsCL[LightCyan]}Delete what SSL site address: ${idsCL[Default]}" @@ -1340,7 +1340,7 @@ if [ ${action-x} ]; then case $action in newcert) NEWCERT ${2};; certrenew) CERTRENEW;; - delssl) DELSSL ${2};; + delssl) DEL-SSL ${2};; listcerts) LISTCERTS;; checkcerts) CHECK-CERTS;; nightlyrenew) NIGHTLYRENEW;;