From 8afbf41d04eeacb2d5376f4400d0357fe47666ae Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Feb 2019 20:41:14 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;;