From 8b248dcf09ed8c088bd0ca475e7e5e3d4b5ef83f Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Fri, 31 Aug 2018 10:55:51 -0700 Subject: [PATCH] specify port --- ci/testnet-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index b8c8046663..164f656c5c 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -336,7 +336,7 @@ fullnode_start() { default-metrics-rate=$SOLANA_DEFAULT_METRICS_RATE \ metrics-config=$SOLANA_METRICS_CONFIG \ setup-args=$SOLANA_SETUP_ARGS \ - leader-address=$publicIp \ + leader-address=$publicIp:8001 \ " if [[ $class = leader ]]; then nodeConfig="mode=leader+drone $commonNodeConfig"