diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index ad268083..1d15737d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1340,11 +1340,11 @@ if [ ${action-x} ]; then case $action in newcert) NEWCERT ${2};; certrenew) CERTRENEW;; - del-ssl) DEL-SSL ${2};; + delssl) DEL-SSL ${2};; listcerts) LISTCERTS;; checkcerts) CHECK-CERTS;; nightlyrenew) NIGHTLYRENEW;; - delsite) DELSITE ${2} ${3} ${4} ${5};; + # $delsite) DELSITE ${2} ${3} ${4} ${5};; delsites) DELSITES;; newsite) NEWSITE ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14};; update) ;;