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};;