make client.sh behave like the others, i.e. no tee to a log

This commit is contained in:
Rob Walker
2018-06-26 15:10:02 -07:00
parent 86f9277e2d
commit 5b5df49e6c

View File

@ -19,4 +19,4 @@ rsync -vz "$leader"/config/mint-demo.json $SOLANA_CONFIG_DIR/
# 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_DIR/leader.json -d \ -n "$count" -l $SOLANA_CONFIG_DIR/leader.json -d \
< $SOLANA_CONFIG_DIR/mint-demo.json 2>&1 | tee client-demo.log < $SOLANA_CONFIG_DIR/mint-demo.json