diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index aaa80cef..98347c67 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1274,7 +1274,7 @@ if [ ${action-x} ]; then newcert) NEWCERT ${2};; certrenew) CERTRENEW;; listcerts) LISTCERTS;; - checkcerts) CHECK-CERTS;; + checkcerts) echo 'ok'; CHECK-CERTS;; nightlyrenew) NIGHTLYRENEW;; delsite) DELSITE ${2} ${3} ${4} ${5};; delsites) DELSITES;;