Pass client.json location as argument

This commit is contained in:
Tyera Eulberg
2018-07-02 22:42:53 -06:00
committed by Greg Fitzgerald
parent 96c321da76
commit 37dd511356

View File

@ -28,5 +28,4 @@ fi
# shellcheck disable=SC2086 # $solana_client_demo should not be quoted # shellcheck disable=SC2086 # $solana_client_demo should not be quoted
exec $solana_client_demo \ exec $solana_client_demo \
-n "$count" -l "$SOLANA_CONFIG_CLIENT_DIR"/leader.json \ -n "$count" -l "$SOLANA_CONFIG_CLIENT_DIR"/leader.json -m "$SOLANA_CONFIG_CLIENT_DIR"/client.json
< "$SOLANA_CONFIG_CLIENT_DIR"/client.json