Update test.sh

This commit is contained in:
2019-02-06 09:44:17 -06:00
parent fffc354ab8
commit 6690c242b2

10
test.sh
View File

@@ -19,14 +19,8 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot
fi
s=1
for a in "${!NM_SRVCOPTS[@]}"; do
echo " [${a}] ${SITES[${a}]}"
for srvcopt in "${!NM_SRVCOPTS[@]}"; do
echo " [${s}] ${srvcopt}"
s=`expr $s + 1`
done
s=1
for a in "${!NM_SRVCOPTS[@]}"; do
do
echo " [${s}] ${a~}"
s=`expr $s + 1`
done