mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-12 05:39:22 +02:00
fix dyn domain
This commit is contained in:
parent
bec10e7567
commit
eb832ecf20
@ -27,7 +27,7 @@ echo "iOS: Read https://testflight.apple.com/join/WwCjFnS8 (open on device)"
|
||||
echo "Android: https://play.google.com/apps/testing/com.shango (open on device)"
|
||||
echo ""
|
||||
echo "*** STEP 1 ***"
|
||||
if [ ${#dynDomain} -eg 0 ]; then
|
||||
if [ ${#dynDomain} -eq 0 ]; then
|
||||
echo "Once you have the app is running make sure you are on the same local network (WLAN same as LAN)."
|
||||
fi
|
||||
echo "In App go to --> 'Connect to your LND Server'"
|
||||
|
@ -38,7 +38,7 @@ read key
|
||||
clear
|
||||
echo "*** STEP 2 : Click on Scan (make whole QR code fill camera) ***"
|
||||
|
||||
if [ ${#dynDomain} -gt 0 ]; then
|
||||
if [ ${#dynDomain} -eq 0 ]; then
|
||||
# If you drop the -i parameter, zapconnect will use the external IP.
|
||||
/home/admin/go/src/github.com/LN-Zap/zapconnect/zapconnect -i
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user