remove spaces from nbxplorer config

This commit is contained in:
bluecell296
2019-09-12 16:02:14 +01:00
committed by GitHub
parent 1ff03eeabf
commit 59ace7ab2e

View File

@@ -93,8 +93,8 @@ sudo systemctl enable nbxplorer
sudo systemctl start nbxplorer
echo "
btc.rpc.user=raspibolt
btc.rpc.password=$PASSWORD_B
btc.rpc.user=raspibolt
btc.rpc.password=$PASSWORD_B
" | sudo tee -a /home/admin/.nbxplorer/Main/settings.config
sudo systemctl restart nbxplorer