* move `./run.sh` into `./scripts` (cherry picked from commit92e343da26
) * add some guidance in place of `./run.sh` (cherry picked from commit33de7b856f
) Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user