Plumb --gossip-host arg

This commit is contained in:
Michael Vines
2019-11-20 16:57:24 -07:00
parent 97ca6858b7
commit 186bf7ae32

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