Remove duplicated args (#7036)

This commit is contained in:
Tyera Eulberg
2019-11-19 09:10:54 -07:00
committed by GitHub
parent 2d7c7b0982
commit 5b7bd24f0a

View File

@ -95,12 +95,6 @@ while [[ -n $1 ]]; do
gossip_entrypoint=$2
args+=("$1" "$2")
shift 2
elif [[ $1 = --limit-ledger-size ]]; then
args+=("$1")
shift
elif [[ $1 = --skip-poh-verify ]]; then
args+=("$1")
shift
elif [[ $1 = --no-snapshot-fetch ]]; then
args+=("$1")
shift