mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-17 21:31:45 +01:00
remove "debug=tor" from bitcoin.conf when turning Tor off
This commit is contained in:
parent
b87e73c89c
commit
1c146b9281
@ -167,6 +167,9 @@ EOF
|
||||
# setting value in raspi blitz config
|
||||
/home/admin/config.scripts/blitz.conf.sh set runBehindTor "off"
|
||||
|
||||
# remove "debug=tor" from bitcoin.conf
|
||||
sudo sed -i '/^debug=tor$/d' /mnt/hdd/bitcoin/bitcoin.conf
|
||||
|
||||
# deactivate bitcoin over tor (function call)
|
||||
deactivateBitcoinOverTor
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user