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