Browse Source

fix dyn domain

dev
rootzoll 6 years ago
parent
commit
eb832ecf20
  1. 2
      home.admin/97addMobileWalletShango.sh
  2. 2
      home.admin/97addMobileWalletZap.sh

2
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 "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'"

2
home.admin/97addMobileWalletZap.sh

@ -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

Loading…
Cancel
Save