Add --outfile option to solana-keygen
This commit is contained in:
committed by
Greg Fitzgerald
parent
cea29ed772
commit
97372b8e63
@@ -38,7 +38,7 @@ fi
|
||||
|
||||
client_json="$SOLANA_CONFIG_CLIENT_DIR"/client.json
|
||||
if [[ ! -r $client_json ]]; then
|
||||
$solana_keygen > "$client_json"
|
||||
$solana_keygen -o "$client_json"
|
||||
fi
|
||||
|
||||
set -x
|
||||
|
Reference in New Issue
Block a user