Alphanet.sh: fix --rpc-port
(fix #137)
This commit is contained in:
parent
9035bb94ab
commit
34a8c30c83
@ -31,7 +31,7 @@ update_compose_file() {
|
|||||||
|
|
||||||
if [ "$#" -ge 2 ] && [ "$1" = "--rpc-port" ] ; then
|
if [ "$#" -ge 2 ] && [ "$1" = "--rpc-port" ] ; then
|
||||||
export_rpc="
|
export_rpc="
|
||||||
- \"$1:8732\""
|
- \"$2:8732\""
|
||||||
shift 2
|
shift 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user