mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-08 20:09:03 +02:00
committed by
rootzoll
parent
02900de9a5
commit
3fdfd4c4b7
@@ -99,8 +99,15 @@ if [ "$1" = "menu" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# display possible problems with IP2TOR setup
|
||||||
if [ ${#ip2torWarn} -gt 0 ]; then
|
if [ ${#ip2torWarn} -gt 0 ]; then
|
||||||
whiptail --title " Warning " --msgbox "Your IP2TOR+LetsEncrypt may have problems:\n${ip2torWarn}\n\nCheck if locally responding: https://${localIP}:${httpsPort}\n\nCheck if service is reachable over Tor:\n${toraddress}" 13 72
|
whiptail --title " Warning " \
|
||||||
|
--yes-button "Back" \
|
||||||
|
--no-button "Continue Anyway" \
|
||||||
|
--yesno "Your IP2TOR+LetsEncrypt may have problems:\n${ip2torWarn}\n\nCheck if locally responding: https://${localIP}:${httpsPort}\n\nCheck if service is reachable over Tor:\n${toraddress}" 14 72
|
||||||
|
if [ "$?" != "1" ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
text="Local Webrowser: https://${localIP}:${httpsPort}"
|
text="Local Webrowser: https://${localIP}:${httpsPort}"
|
||||||
|
@@ -22,8 +22,15 @@ if [ "$1" = "menu" ]; then
|
|||||||
echo "# collecting status info ... (please wait)"
|
echo "# collecting status info ... (please wait)"
|
||||||
source <(sudo /home/admin/config.scripts/bonus.lnbits.sh status)
|
source <(sudo /home/admin/config.scripts/bonus.lnbits.sh status)
|
||||||
|
|
||||||
|
# display possible problems with IP2TOR setup
|
||||||
if [ ${#ip2torWarn} -gt 0 ]; then
|
if [ ${#ip2torWarn} -gt 0 ]; then
|
||||||
whiptail --title " Warning " --msgbox "Your IP2TOR+LetsEncrypt may have problems:\n${ip2torWarn}\n\nCheck if locally responding: https://${localIP}:${httpsPort}\n\nCheck if service is reachable over Tor:\n${toraddress}" 13 72
|
whiptail --title " Warning " \
|
||||||
|
--yes-button "Back" \
|
||||||
|
--no-button "Continue Anyway" \
|
||||||
|
--yesno "Your IP2TOR+LetsEncrypt may have problems:\n${ip2torWarn}\n\nCheck if locally responding: https://${localIP}:${httpsPort}\n\nCheck if service is reachable over Tor:\n${toraddress}" 14 72
|
||||||
|
if [ "$?" != "1" ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
text="Local Webrowser: https://${localIP}:${httpsPort}"
|
text="Local Webrowser: https://${localIP}:${httpsPort}"
|
||||||
|
@@ -21,8 +21,15 @@ if [ "$1" = "menu" ]; then
|
|||||||
echo "# collecting status info ... (please wait)"
|
echo "# collecting status info ... (please wait)"
|
||||||
source <(sudo /home/admin/config.scripts/bonus.sphinxrelay.sh status)
|
source <(sudo /home/admin/config.scripts/bonus.sphinxrelay.sh status)
|
||||||
|
|
||||||
|
# display possible problems with IP2TOR setup
|
||||||
if [ ${#ip2torWarn} -gt 0 ]; then
|
if [ ${#ip2torWarn} -gt 0 ]; then
|
||||||
whiptail --title " Warning " --msgbox "Your IP2TOR+LetsEncrypt may have problems:\n${ip2torWarn}\n\nCheck if locally responding: http://${localIP}:${httpPort}\n\nCheck if service is reachable over Tor:\n${toraddress}" 14 72
|
whiptail --title " Warning " \
|
||||||
|
--yes-button "Back" \
|
||||||
|
--no-button "Continue Anyway" \
|
||||||
|
--yesno "Your IP2TOR+LetsEncrypt may have problems:\n${ip2torWarn}\n\nCheck if locally responding: http://${localIP}:${httpPort}\n\nCheck if service is reachable over Tor:\n${toraddress}" 14 72
|
||||||
|
if [ "$?" != "1" ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
extraPairInfo=""
|
extraPairInfo=""
|
||||||
|
Reference in New Issue
Block a user