remove debug lines

This commit is contained in:
rootzoll 2020-01-27 17:20:58 +01:00
parent 7df3881574
commit b34dae92f0

View File

@ -136,8 +136,6 @@ case $CHOICE in
ZAP_ANDROID)
# 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" \
@ -166,6 +164,7 @@ case $CHOICE in
exit 1;
;;
ZEUS_ANDROID)
# choose IP or TOR --> function call
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}