validator.sh now supports an --entrypoint arg, mimicking the solana-validator CLI API (#5363)

This commit is contained in:
Michael Vines
2019-07-31 09:54:39 -07:00
committed by GitHub
parent 6df1f6450f
commit c209e14e40
2 changed files with 21 additions and 6 deletions

View File

@ -190,7 +190,7 @@ local|tar|skip)
fi
args=(
"$entrypointIp:8001"
--entrypoint "$entrypointIp:8001"
--gossip-port 8001
--rpc-port 8899
)