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;;