Fix fulcrum tor service removal (#3407)

`bonus.fulcrum.sh off` currently removes the hidden service for electrs
instead of fulcrum
This commit is contained in:
steepdawn974 2022-11-02 13:04:27 +01:00 committed by GitHub
parent 69d9e11e1f
commit 2c65314066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ if [ "$1" = off ]; then
sudo systemctl stop fulcrum
sudo userdel -rf fulcrum
# remove Tor service
/home/admin/config.scripts/tor.onion-service.sh off electrs
/home/admin/config.scripts/tor.onion-service.sh off fulcrum
# close ports on firewall
sudo ufw deny 50021
sudo ufw deny 50022