Skip to content

Commit

Permalink
Plumb --gossip-host arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Nov 20, 2019
1 parent 97ca685 commit 186bf7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions multinode-demo/bootstrap-leader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ while [[ -n $1 ]]; do
if [[ $1 = --init-complete-file ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 = --gossip-host ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 = --gossip-port ]]; then
args+=("$1" "$2")
shift 2
Expand Down

0 comments on commit 186bf7a

Please sign in to comment.