From aaa22e375bf962ee251b3f1c2085e38da79fa8d5 Mon Sep 17 00:00:00 2001 From: Arman The Parman <77603167+ArmanTheParman@users.noreply.github.com> Date: Sat, 23 Nov 2024 00:43:48 +1100 Subject: [PATCH] smol typo (#159) --- scripts/start.joininbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.joininbox.sh b/scripts/start.joininbox.sh index fd8dfa6..ad297a6 100755 --- a/scripts/start.joininbox.sh +++ b/scripts/start.joininbox.sh @@ -179,5 +179,5 @@ fi localip=$(hostname -I | awk '{print $1}') sed -i "s#^localip=.*#localip=$localip#g" $joininConfPath -# change the onion_serving_port if LND is present (avoid collusion with LND REST port) +# change the onion_serving_port if LND is present (avoid collision with LND REST port) sed -i "s#^onion_serving_port = 8080#onion_serving_port = 8090#g" $JMcfgPath