From 32928e64815ef7ffd3d429ad78b712b69f883282 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 19:30:09 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ;;