diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 6f60e7f5..b9017830 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -69,7 +69,7 @@ case "$1" in ;; newsite) - + echo "NEWSITE" while [ $# -gt 0 ]; do case "${1}" in -site) NEW_SITE=${2} ;;