From 972a80a2cef8d471b4813e5ffdcbb3d027c9990e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 21:46:15 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 7ecf659c..a4bba331 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -227,11 +227,10 @@ DELSITES(){ SITES[${sid}]=${site_conf[4]} sid=`expr $sid + 1` done - declare -p SITES while : do for s in "${!SITES[@]}"; do - echo " [${s}] ${SITES[${S}]}" + echo " [${s}] ${SITES[${s}]}" done echo "" echo " [Q] Quit"