Surface hidden call to solana-keygen
This commit is contained in:
@ -38,7 +38,10 @@ fi
|
|||||||
|
|
||||||
client_id_path="$SOLANA_CONFIG_CLIENT_DIR"/id.json
|
client_id_path="$SOLANA_CONFIG_CLIENT_DIR"/id.json
|
||||||
if [[ ! -r $client_id_path ]]; then
|
if [[ ! -r $client_id_path ]]; then
|
||||||
$solana_keygen -o "$client_id_path"
|
(
|
||||||
|
set -x
|
||||||
|
$solana_keygen -o "$client_id_path"
|
||||||
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
Reference in New Issue
Block a user