Use more -f

This commit is contained in:
Michael Vines
2019-06-07 22:18:55 -07:00
parent efab896c9e
commit 8676b5d40c
4 changed files with 5 additions and 5 deletions

4
run.sh
View File

@@ -59,8 +59,8 @@ if [[ -e $leader_stake_account_keypair ]]; then
else
solana-keygen new -o "$leader_stake_account_keypair"
fi
solana-keygen new -o "$dataDir"/drone-keypair.json
solana-keygen new -o "$dataDir"/leader-storage-account-keypair.json
solana-keygen new -f -o "$dataDir"/drone-keypair.json
solana-keygen new -f -o "$dataDir"/leader-storage-account-keypair.json
leaderVoteAccountPubkey=$(\
solana-wallet \