Give a unique port range for each validator node (#5397)

automerge
This commit is contained in:
Michael Vines
2019-08-01 14:37:59 -07:00
committed by Grimes
parent f03e066ec5
commit 911dee24c5
2 changed files with 9 additions and 1 deletions

View File

@ -23,6 +23,9 @@ while [[ -n $1 ]]; do
elif [[ $1 = --gossip-port ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 = --dynamic-port-range ]]; then
args+=("$1" "$2")
shift 2
else
echo "Unknown argument: $1"
$program --help