From cc3cf18114f4abe5b2093c5565d6171276dad589 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sat, 21 Dec 2024 00:13:07 -0800 Subject: [PATCH] i dont remember --- run_wallet.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run_wallet.sh b/run_wallet.sh index 656b4be..483f043 100644 --- a/run_wallet.sh +++ b/run_wallet.sh @@ -5,6 +5,7 @@ export DAEMON_URI="${1}" export WALLET_CREDS="${2}" export WALLET_FILE="/wallet/wallet" export PASSWORD_FILE="/wallet/password" +export INIT_LOG="/wallet/init.log" # Create new wallet if it doesn't exist if [[ ! -f ${WALLET_FILE} ]]; then @@ -16,7 +17,8 @@ if [[ ! -f ${WALLET_FILE} ]]; then --trusted-daemon \ --use-english-language-names \ --mnemonic-language English \ - --command status + --command status \ + | tee ${INIT_LOG} fi # Run RPC wallet