From dcf82c024f0bbbdb241bdbc1f37b3b5cf96cd40d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 13 Jul 2018 15:21:44 -0700 Subject: [PATCH] Surface hidden call to solana-keygen --- multinode-demo/wallet.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/multinode-demo/wallet.sh b/multinode-demo/wallet.sh index 40af011f26e055..882f5c0cb84e5d 100755 --- a/multinode-demo/wallet.sh +++ b/multinode-demo/wallet.sh @@ -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