Merge pull request #1471 from kevin-libertarian/patch-1

Update bonus.electrs.sh
This commit is contained in:
Christian Rotzoll 2020-08-21 13:23:09 +02:00 committed by GitHub
commit d1fe5520b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,7 +193,7 @@ Check 'sudo nginx -t' for a detailed error message.
echo "${TORaddress}" echo "${TORaddress}"
echo echo
echo "To connect through TOR open the Tor Browser and start with the options:" echo "To connect through TOR open the Tor Browser and start with the options:"
echo "electrum --oneserver --server${TORaddress}:50002:s --proxy socks5:127.0.0.1:9150" echo "electrum --oneserver --server ${TORaddress}:50002:s --proxy socks5:127.0.0.1:9150"
/home/admin/config.scripts/blitz.lcd.sh qr "${TORaddress}" /home/admin/config.scripts/blitz.lcd.sh qr "${TORaddress}"
fi fi
echo echo