From faed88faebd27f83207c7892e65f7ae3d553ebd4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 23:28:50 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 46779f4d..31e30ee8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -458,6 +458,7 @@ DELSITES(){ } NEWSITE(){ + echo while [ $# -gt 0 ]; do case "$1" in -site) NEW_SITE=${2};;