Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-03 20:41:14 -06:00
parent b4a00228c9
commit 8afbf41d04

View File

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