From b6b25cf4f90c54131417a12124c4ebfc89c2fd16 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sat, 4 Jul 2020 16:49:47 +0200 Subject: [PATCH] #1308 enable TOR for zap-android again --- home.admin/97addMobileWallet.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/home.admin/97addMobileWallet.sh b/home.admin/97addMobileWallet.sh index ec4768008..7d5a3e9b4 100755 --- a/home.admin/97addMobileWallet.sh +++ b/home.admin/97addMobileWallet.sh @@ -206,10 +206,9 @@ case $CHOICE in fi /home/admin/config.scripts/blitz.lcd.sh hide checkIP2TOR LND-GRPC-API - # see https://github.com/rootzoll/raspiblitz/issues/1001#issuecomment-634580257 - #if [ ${#ip2tor} -eq 0 ]; then - # choose_IP_or_TOR - #fi + if [ ${#ip2tor} -eq 0 ]; then + choose_IP_or_TOR + fi /home/admin/config.scripts/bonus.lndconnect.sh zap-android ${connect} exit 1; ;;