fix btc-rpc-explorer config dir

This commit is contained in:
rootzoll 2021-10-10 23:49:11 +02:00
parent dc49f922dc
commit 592801e91a

View file

@ -239,6 +239,7 @@ BTCEXP_BASIC_AUTH_PASSWORD=$PASSWORD_B
BTCEXP_ADDRESS_API=none BTCEXP_ADDRESS_API=none
BTCEXP_ELECTRUMX_SERVERS=tcp://127.0.0.1:50001 BTCEXP_ELECTRUMX_SERVERS=tcp://127.0.0.1:50001
EOF EOF
sudo -u btcrpcexplorer mkdir /home/btcrpcexplorer/.config
sudo mv /home/admin/btc-rpc-explorer.env /home/btcrpcexplorer/.config/btc-rpc-explorer.env 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 sudo chown btcrpcexplorer:btcrpcexplorer /home/btcrpcexplorer/.config/btc-rpc-explorer.env