From 343e7b1592d69615c5435555c490fea819e6f0bc Mon Sep 17 00:00:00 2001 From: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com> Date: Fri, 28 Jan 2022 19:24:52 +0100 Subject: [PATCH] Update bonus.thunderhub.sh (#2916) In the latest release there is a breaking change. To run on a different port you now have to specify an env var --- home.admin/config.scripts/bonus.thunderhub.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.thunderhub.sh b/home.admin/config.scripts/bonus.thunderhub.sh index 63e163eb..a2e30417 100755 --- a/home.admin/config.scripts/bonus.thunderhub.sh +++ b/home.admin/config.scripts/bonus.thunderhub.sh @@ -121,6 +121,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then # ----------- LOG_LEVEL='debug' TOR_PROXY_SERVER='socks://127.0.0.1:9050' +PORT=3010 # ----------- # Interface Configs @@ -216,7 +217,7 @@ After=lnd.service [Service] WorkingDirectory=/home/thunderhub/thunderhub -ExecStart=/usr/bin/npm run start -- -p 3010 +ExecStart=/usr/bin/npm run start User=thunderhub Restart=always TimeoutSec=120