From e90cd580d43a7c4ba04b3860a281db307aef267d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 25 Apr 2023 12:04:15 -0500 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 96bd4d6d..ede4d26b 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2609,7 +2609,7 @@ if [ ${action-x} ]; then nightlyrenew) NIGHTLYRENEW;; delsite) DELSITE ${2} ${3} ${4} ${5};; delsites) DELSITES;; - newsite) NEWSITE ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${15};; + newsite) NEWSITE ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${15} ${16} ${17} ${18} ${19} ${20};; update) ;; update-nodes) NODEUPDATE ${2};; update-dyndns) UPDATE_DYNDNS ${2};;