Surface hidden call to solana-keygen

This commit is contained in:
Michael Vines 2018-07-13 15:21:44 -07:00
parent b253ed0c46
commit dcf82c024f
1 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,10 @@ fi
client_id_path="$SOLANA_CONFIG_CLIENT_DIR"/id.json
if [[ ! -r $client_id_path ]]; then
$solana_keygen -o "$client_id_path"
(
set -x
$solana_keygen -o "$client_id_path"
)
fi
set -x