Add --force and --monitor options to exit subcommand

This commit is contained in:
Michael Vines
2021-03-10 15:28:42 -08:00
committed by mergify[bot]
parent 65dd177601
commit ac8ccee6b8
3 changed files with 63 additions and 20 deletions

View File

@ -26,7 +26,7 @@ while [[ $($solana_cli --url http://localhost:8899 slot --commitment recent) -le
sleep 1
done
$solana_validator --ledger config/ledger exit || true
$solana_validator --ledger config/ledger exit --force || true
wait $pid