Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-11 16:47:17 -06:00
parent 565f372726
commit 91c02ae143

View File

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