From 967a3c91c8a7e5869035242f29cadb9c06715424 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 09:41:49 -0600 Subject: [PATCH] Update test.sh --- test.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index fa36137..a2f1ec8 100755 --- a/test.sh +++ b/test.sh @@ -18,9 +18,10 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot exit 0 fi -for s in "${!SITES[@]}"; do - echo " [${s}] ${SITES[${s}]}" +for s in "${!NM_SRVCOPTS[@]}"; do + echo " [${s}] ${NM_SRVCOPTS[${s}]}" done + s=1 for a in "${!NM_SRVCOPTS[@]}"; do do