mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix btc-rpc-explorer config dir
This commit is contained in:
parent
dc49f922dc
commit
592801e91a
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ BTCEXP_BASIC_AUTH_PASSWORD=$PASSWORD_B
|
|||
BTCEXP_ADDRESS_API=none
|
||||
BTCEXP_ELECTRUMX_SERVERS=tcp://127.0.0.1:50001
|
||||
EOF
|
||||
sudo -u btcrpcexplorer mkdir /home/btcrpcexplorer/.config
|
||||
sudo mv /home/admin/btc-rpc-explorer.env /home/btcrpcexplorer/.config/btc-rpc-explorer.env
|
||||
sudo chown btcrpcexplorer:btcrpcexplorer /home/btcrpcexplorer/.config/btc-rpc-explorer.env
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue