From 34a8c30c83848f1df00ca790ddfb5b5fddfe2d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Thu, 22 Mar 2018 13:49:50 +0100 Subject: [PATCH] Alphanet.sh: fix `--rpc-port` (fix #137) --- scripts/alphanet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/alphanet.sh b/scripts/alphanet.sh index eed46227d..722bf1ac4 100755 --- a/scripts/alphanet.sh +++ b/scripts/alphanet.sh @@ -31,7 +31,7 @@ update_compose_file() { if [ "$#" -ge 2 ] && [ "$1" = "--rpc-port" ] ; then export_rpc=" - - \"$1:8732\"" + - \"$2:8732\"" shift 2 fi