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

@@ -102,7 +102,7 @@ fi
echo "+++ $sanityTargetIp: node count ($numSanityNodes expected)"
(
set -x
$solana_keygen new -o "$client_id"
$solana_keygen new -f -o "$client_id"
nodeArg="num-nodes"
if $rejectExtraNodes; then