From fffc354ab8b40aa50268b0543359cfa2b63f5246 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 09:43:45 -0600 Subject: [PATCH] Update test.sh --- test.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test.sh b/test.sh index 894e621..ea0d6f9 100755 --- a/test.sh +++ b/test.sh @@ -18,6 +18,12 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot exit 0 fi +s=1 +for a in "${!NM_SRVCOPTS[@]}"; do + echo " [${a}] ${SITES[${a}]}" + s=`expr $s + 1` +done + s=1 for a in "${!NM_SRVCOPTS[@]}"; do do