Restore shellcheck

This commit is contained in:
Greg Fitzgerald
2018-06-01 13:13:20 -06:00
parent 05d1618659
commit 3aa2907bd6
3 changed files with 4 additions and 5 deletions

View File

@ -17,6 +17,5 @@ export RUST_LOG=solana=info
sudo sysctl -w net.core.rmem_max=26214400
cat genesis.log | \
cargo run --release --features=cuda --bin solana-fullnode -- \
-l validator.json -s validator.json -v leader.json -b 9000 -d 2>&1 | tee validator-tee.log
cargo run --release --features=cuda --bin solana-fullnode -- \
-l validator.json -v leader.json -b 9000 -d < genesis.log