Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-01 17:56:02 -06:00
parent 7d898afb9c
commit 56600b6947

View File

@@ -69,7 +69,7 @@ case "$1" in
;; ;;
newsite) newsite)
while getopts ':site:type:ssl:' flag; do while getopts ':site:type:ssl:proxy_scheme:proxy_host:proxy_port:' flag; do
case "${flag}" in case "${flag}" in
site) NEW_SITE=$OPTARG ;; site) NEW_SITE=$OPTARG ;;
type) SITE_TYPE=$OPTARG ;; type) SITE_TYPE=$OPTARG ;;