move ./run.sh into ./scripts

This commit is contained in:
Trent Nelson
2021-09-07 11:12:38 -05:00
committed by Trent Nelson
parent 91c3b18e1e
commit 92e343da26
4 changed files with 3 additions and 8 deletions

View File

@ -7,7 +7,7 @@ source multinode-demo/common.sh
rm -rf config/run/init-completed config/ledger config/snapshot-ledger
SOLANA_RUN_SH_VALIDATOR_ARGS="--snapshot-interval-slots 200" timeout 120 ./run.sh &
SOLANA_RUN_SH_VALIDATOR_ARGS="--snapshot-interval-slots 200" timeout 120 ./scripts/run.sh &
pid=$!
attempts=20