From 7d8140599ef870411af4bed3e23a62989e9085d2 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 31 Jan 2019 21:10:01 +0100 Subject: [PATCH] #298 update to lndconnect --- home.admin/97addMobileWalletZap.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/home.admin/97addMobileWalletZap.sh b/home.admin/97addMobileWalletZap.sh index a764e1e..bcc3f5f 100755 --- a/home.admin/97addMobileWalletZap.sh +++ b/home.admin/97addMobileWalletZap.sh @@ -25,7 +25,7 @@ if [ ${goInstalled} -eq 0 ];then goInstalled=$(go version 2>/dev/null | grep -c 'go') fi if [ ${goInstalled} -eq 0 ];then - echo "FAIL: Was not able to install GO (needed to run ZapConnect)" + echo "FAIL: Was not able to install GO (needed to run LndConnect)" exit 1 fi @@ -35,11 +35,11 @@ echo "*** Setup ***" echo "" echo "Installing zapconnect. Please wait..." echo "" -echo "Getting github.com/LN-Zap/zapconnect (please wait) ..." -go get -d github.com/LN-Zap/zapconnect -cd $GOPATH/src/github.com/LN-Zap/zapconnect +echo "Getting github.com/LN-Zap/lndconnect (please wait) ..." +go get -d github.com/LN-Zap/lndconnect +cd $GOPATH/src/github.com/LN-Zap/lndconnect echo "" -echo "Building github.com/LN-Zap/zapconnect ..." +echo "Building github.com/LN-Zap/lndconnect ..." make cd sleep 3 @@ -69,11 +69,11 @@ clear echo "*** STEP 2 : Click on Scan (make whole QR code fill camera) ***" if [ ${#dynDomain} -eq 0 ]; then - # If you drop the -i parameter, zapconnect will use the external IP. - zapconnect -i + # If you drop the -i parameter, lndconnect will use the external IP. + zapconnect -j -i else # when dynamic domain is set - zapconnect --host=${dynDomain} + zapconnect -j --host=${dynDomain} fi echo "(To shrink QR code: OSX->CMD- / LINUX-> CTRL-) Press ENTER when finished." @@ -82,5 +82,5 @@ read key clear echo "If its not working - check issues on GitHub:" echo "https://github.com/LN-Zap/zap-iOS/issues" -echo "https://github.com/LN-Zap/zapconnect/issues" +echo "https://github.com/LN-Zap/lndconnect/issues" echo ""