Alphanet.sh: fix --rpc-port (fix #137)

This commit is contained in:
Grégoire Henry 2018-03-22 13:49:50 +01:00
parent 9035bb94ab
commit 34a8c30c83

View File

@ -31,7 +31,7 @@ update_compose_file() {
if [ "$#" -ge 2 ] && [ "$1" = "--rpc-port" ] ; then
export_rpc="
- \"$1:8732\""
- \"$2:8732\""
shift 2
fi