diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index dd32128d..573645dd 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -452,7 +452,7 @@ if [ ${action-x} ]; then certrenew) CERTRENEW;; nightlyrenew) NIGHTLYRENEW;; delsite) DELSITE;; - newsite) NEWSITE;; + newsite) NEWSITE ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14};; update) ;; status) STATUS;; status-check) STATUS-CHECK;;