multinode-demo: Pass --accounts through bootstrap leader wrapper
This commit is contained in:
parent
7b67228bc1
commit
327be55acc
@ -66,6 +66,9 @@ while [[ -n $1 ]]; do
|
|||||||
elif [[ $1 == --expected-bank-hash ]]; then
|
elif [[ $1 == --expected-bank-hash ]]; then
|
||||||
args+=("$1" "$2")
|
args+=("$1" "$2")
|
||||||
shift 2
|
shift 2
|
||||||
|
elif [[ $1 == --accounts ]]; then
|
||||||
|
args+=("$1" "$2")
|
||||||
|
shift 2
|
||||||
else
|
else
|
||||||
echo "Unknown argument: $1"
|
echo "Unknown argument: $1"
|
||||||
$program --help
|
$program --help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user