fix dyn domain

This commit is contained in:
rootzoll
2018-12-21 02:36:24 +01:00
parent bec10e7567
commit eb832ecf20
2 changed files with 2 additions and 2 deletions

View File

@@ -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 "Android: https://play.google.com/apps/testing/com.shango (open on device)"
echo "" echo ""
echo "*** STEP 1 ***" 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)." echo "Once you have the app is running make sure you are on the same local network (WLAN same as LAN)."
fi fi
echo "In App go to --> 'Connect to your LND Server'" echo "In App go to --> 'Connect to your LND Server'"

View File

@@ -38,7 +38,7 @@ read key
clear clear
echo "*** STEP 2 : Click on Scan (make whole QR code fill camera) ***" 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. # If you drop the -i parameter, zapconnect will use the external IP.
/home/admin/go/src/github.com/LN-Zap/zapconnect/zapconnect -i /home/admin/go/src/github.com/LN-Zap/zapconnect/zapconnect -i
else else