Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user