Skip to content

Commit

Permalink
Surface hidden call to solana-keygen
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jul 13, 2018
1 parent b253ed0 commit dcf82c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion multinode-demo/wallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcf82c0

Please sign in to comment.