Skip to content

Commit

Permalink
smol typo (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanTheParman authored Nov 22, 2024
1 parent c75ddac commit aaa22e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.joininbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aaa22e3

Please sign in to comment.