diff --git a/home.admin/97addMobileWalletShango.sh b/home.admin/97addMobileWalletShango.sh index b0dc9d9..5319a7f 100644 --- a/home.admin/97addMobileWalletShango.sh +++ b/home.admin/97addMobileWalletShango.sh @@ -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'" diff --git a/home.admin/97addMobileWalletZap.sh b/home.admin/97addMobileWalletZap.sh index b557a32..190f3c8 100755 --- a/home.admin/97addMobileWalletZap.sh +++ b/home.admin/97addMobileWalletZap.sh @@ -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