diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4d34658e..ad268083 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1340,7 +1340,7 @@ if [ ${action-x} ]; then case $action in newcert) NEWCERT ${2};; certrenew) CERTRENEW;; - delssl) DEL-SSL ${2};; + del-ssl) DEL-SSL ${2};; listcerts) LISTCERTS;; checkcerts) CHECK-CERTS;; nightlyrenew) NIGHTLYRENEW;;