diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 98347c67..f44d1834 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) echo 'ok'; CHECK-CERTS;; + checkcerts) CHECK-CERTS;echo 'ok';; nightlyrenew) NIGHTLYRENEW;; delsite) DELSITE ${2} ${3} ${4} ${5};; delsites) DELSITES;;