From 0aaa66784296825eadea90b19220668c76b84a7f Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 27 Jul 2022 14:36:56 +0200 Subject: [PATCH] try again .env --- home.admin/config.scripts/bonus.btc-rpc-explorer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home.admin/config.scripts/bonus.btc-rpc-explorer.sh b/home.admin/config.scripts/bonus.btc-rpc-explorer.sh index e94715978..050ab337d 100755 --- a/home.admin/config.scripts/bonus.btc-rpc-explorer.sh +++ b/home.admin/config.scripts/bonus.btc-rpc-explorer.sh @@ -226,9 +226,9 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then RPC_USER=$(sudo cat /mnt/hdd/${network}/${network}.conf | grep rpcuser | cut -c 9-) PASSWORD_B=$(sudo cat /mnt/hdd/${network}/${network}.conf | grep rpcpassword | cut -c 13-) - sudo touch /var/cache/raspiblitz/btc-rpc-explorer.env - sudo chmod 600 /var/cache/raspiblitz/btc-rpc-explorer.env || exit 1 - sudo cat > /var/cache/raspiblitz/btc-rpc-explorer.env < /var/cache/raspiblitz/btc-rpc-explorer.env <