Plumb --gossip-host arg

This commit is contained in:
Michael Vines 2019-11-20 16:57:24 -07:00
parent 97ca6858b7
commit 186bf7ae32
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 3 additions and 0 deletions

View File

@ -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