Update test.sh
This commit is contained in:
5
test.sh
5
test.sh
@@ -18,9 +18,10 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for s in "${!SITES[@]}"; do
|
for s in "${!NM_SRVCOPTS[@]}"; do
|
||||||
echo " [${s}] ${SITES[${s}]}"
|
echo " [${s}] ${NM_SRVCOPTS[${s}]}"
|
||||||
done
|
done
|
||||||
|
|
||||||
s=1
|
s=1
|
||||||
for a in "${!NM_SRVCOPTS[@]}"; do
|
for a in "${!NM_SRVCOPTS[@]}"; do
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user