From cc0a0353587131c68e167a28b2053f160c471d59 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 09:40:51 -0600 Subject: [PATCH] Update test.sh --- test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 3acebb3..fa36137 100755 --- a/test.sh +++ b/test.sh @@ -18,7 +18,9 @@ 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}]}" +done s=1 for a in "${!NM_SRVCOPTS[@]}"; do do