From e4aadca58a1bf5a23546a57f7463614d9bc8401f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 19:29:48 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 3744e167..6f60e7f5 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -69,6 +69,7 @@ case "$1" in ;; newsite) + while [ $# -gt 0 ]; do case "${1}" in -site) NEW_SITE=${2} ;; @@ -92,6 +93,13 @@ case "$1" in ;; esac done + echo "NEW_SITE - ${NEW_SITE}" + echo "SITE_TYPE - ${SITE_TYPE}" + echo "CREATE_SSL - ${CREATE_SSL}" + echo "PROXYSCHEME - ${PROXYSCHEME}" + echo "PROXYHOST - ${PROXYHOST}" + echo "PROXYPORT - ${PROXYPORT}" + if [ -z ${SITE_TYPE+x} ]; then SITE_TYPE=local; fi if [ -z ${CREATE_SSL+x} ]; then CREATE_SSL=true; fi if [ "${NEW_SITE}" != "" ]; then