From efc036502f81af35417e2d7e7ab05f1d83293565 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 27 Jan 2020 17:11:04 +0100 Subject: [PATCH] fix function call --- home.admin/97addMobileWallet.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home.admin/97addMobileWallet.sh b/home.admin/97addMobileWallet.sh index 4c588a332..7c844d20c 100755 --- a/home.admin/97addMobileWallet.sh +++ b/home.admin/97addMobileWallet.sh @@ -134,7 +134,8 @@ case $CHOICE in exit 1; ;; ZAP_ANDROID) - choose_IP_or_TOR() + # choose IP or TOR --> function call + choose_IP_or_TOR echo "connect(${connect})" appstoreLink="https://play.google.com/store/apps/details?id=zapsolutions.zap" /home/admin/config.scripts/blitz.lcd.sh qr ${appstoreLink} @@ -164,7 +165,7 @@ case $CHOICE in exit 1; ;; ZEUS_ANDROID) - choose_IP_or_TOR() + choose_IP_or_TOR appstoreLink="https://play.google.com/store/apps/details?id=com.zeusln.zeus" /home/admin/config.scripts/blitz.lcd.sh qr ${appstoreLink} whiptail --title "Install Shango on your Android Phone" \