Plumb --wait-for-supermajority through scripts (#10611)

This commit is contained in:
Trent Nelson
2020-06-15 19:52:44 -06:00
committed by GitHub
parent 296ac10b3a
commit 348bf78cd1
3 changed files with 12 additions and 2 deletions

View File

@ -57,6 +57,9 @@ while [[ -n $1 ]]; do
elif [[ $1 = --no-restart ]]; then
no_restart=1
shift
elif [[ $1 == --wait-for-supermajority ]]; then
args+=("$1" "$2")
shift 2
else
echo "Unknown argument: $1"
$program --help