From 8a2e9ef386a94538a874a3808c275b1bcdd4919c Mon Sep 17 00:00:00 2001 From: kevin-libertarian <69999830+kevin-libertarian@users.noreply.github.com> Date: Thu, 20 Aug 2020 20:41:31 -0700 Subject: [PATCH] Update bonus.electrs.sh Fixed a typo that was causing electrum not to start through TOR --- home.admin/config.scripts/bonus.electrs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.electrs.sh b/home.admin/config.scripts/bonus.electrs.sh index 8975ef380..bab047147 100644 --- a/home.admin/config.scripts/bonus.electrs.sh +++ b/home.admin/config.scripts/bonus.electrs.sh @@ -193,7 +193,7 @@ Check 'sudo nginx -t' for a detailed error message. echo "${TORaddress}" echo 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}" fi echo