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

View File

@@ -307,7 +307,7 @@ while [[ $iteration -le $iterations ]]; do
source multinode-demo/common.sh
set -x
client_keypair=/tmp/client-id.json-$$
$solana_keygen new -o $client_keypair || exit $?
$solana_keygen new -f -o $client_keypair || exit $?
$solana_gossip spy --num-nodes-exactly $numNodes || exit $?
rm -rf $client_keypair
) || flag_error