mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 03:56:21 +02:00
fix function call
This commit is contained in:
@@ -134,7 +134,8 @@ case $CHOICE in
|
|||||||
exit 1;
|
exit 1;
|
||||||
;;
|
;;
|
||||||
ZAP_ANDROID)
|
ZAP_ANDROID)
|
||||||
choose_IP_or_TOR()
|
# choose IP or TOR --> function call
|
||||||
|
choose_IP_or_TOR
|
||||||
echo "connect(${connect})"
|
echo "connect(${connect})"
|
||||||
appstoreLink="https://play.google.com/store/apps/details?id=zapsolutions.zap"
|
appstoreLink="https://play.google.com/store/apps/details?id=zapsolutions.zap"
|
||||||
/home/admin/config.scripts/blitz.lcd.sh qr ${appstoreLink}
|
/home/admin/config.scripts/blitz.lcd.sh qr ${appstoreLink}
|
||||||
@@ -164,7 +165,7 @@ case $CHOICE in
|
|||||||
exit 1;
|
exit 1;
|
||||||
;;
|
;;
|
||||||
ZEUS_ANDROID)
|
ZEUS_ANDROID)
|
||||||
choose_IP_or_TOR()
|
choose_IP_or_TOR
|
||||||
appstoreLink="https://play.google.com/store/apps/details?id=com.zeusln.zeus"
|
appstoreLink="https://play.google.com/store/apps/details?id=com.zeusln.zeus"
|
||||||
/home/admin/config.scripts/blitz.lcd.sh qr ${appstoreLink}
|
/home/admin/config.scripts/blitz.lcd.sh qr ${appstoreLink}
|
||||||
whiptail --title "Install Shango on your Android Phone" \
|
whiptail --title "Install Shango on your Android Phone" \
|
||||||
|
Reference in New Issue
Block a user