From 7df3881574e47146818c9fea0eca9151d3e34afe Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 27 Jan 2020 17:19:51 +0100 Subject: [PATCH] fix dialog --- home.admin/97addMobileWallet.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home.admin/97addMobileWallet.sh b/home.admin/97addMobileWallet.sh index 7c844d20c..400e2bb93 100755 --- a/home.admin/97addMobileWallet.sh +++ b/home.admin/97addMobileWallet.sh @@ -57,7 +57,7 @@ choose_IP_or_TOR() whiptail --title " How to Connect? " \ --yes-button "TOR" \ --no-button "IP/Domain" \ - --yesno "The wallet you selected supports connection thru TOR. On An" 10 60 + --yesno "The mobile wallet you selected supports TOR.\nDo you want to connect over TOR to your RaspiBlitz or fallback to Domain/IP?" 9 60 if [ $? -eq 0 ]; then echo "# yes-button -> TOR" connect="tor" @@ -137,6 +137,7 @@ case $CHOICE in # choose IP or TOR --> function call choose_IP_or_TOR echo "connect(${connect})" + read key appstoreLink="https://play.google.com/store/apps/details?id=zapsolutions.zap" /home/admin/config.scripts/blitz.lcd.sh qr ${appstoreLink} whiptail --title "Install Zap from PlayStore on your Android device" \