mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
lndconnect fix
This commit is contained in:
parent
b9139d1a33
commit
e976e34e3d
1 changed files with 2 additions and 2 deletions
|
@ -70,10 +70,10 @@ echo "*** STEP 2 : Click on Scan (make whole QR code fill camera) ***"
|
|||
|
||||
if [ ${#dynDomain} -eq 0 ]; then
|
||||
# If you drop the -i parameter, lndconnect will use the external IP.
|
||||
lndconnect -j -i
|
||||
lndconnect -i
|
||||
else
|
||||
# when dynamic domain is set
|
||||
lndconnect -j --host=${dynDomain}
|
||||
lndconnect --host=${dynDomain}
|
||||
fi
|
||||
|
||||
echo "(To shrink QR code: OSX->CMD- / LINUX-> CTRL-) Press ENTER when finished."
|
||||
|
|
Loading…
Add table
Reference in a new issue