mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-22 07:16:43 +02:00
@@ -26,7 +26,7 @@ if [ "$1" = "menu" ]; then
|
|||||||
whiptail --title " Warning " \
|
whiptail --title " Warning " \
|
||||||
--yes-button "Back" \
|
--yes-button "Back" \
|
||||||
--no-button "Continue Anyway" \
|
--no-button "Continue Anyway" \
|
||||||
--yesno "Your SPHINX SERVER 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
|
--yesno "Your SPHINX SERVER may have problems:\n${ip2torWarn}\n\nCheck if locally responding: http://${localIP}:${httpPort}\n(You should see 'Cannot GET /' from a browser)\n\nCheck if service is reachable over Tor:\n${toraddress}" 15 72
|
||||||
if [ "$?" != "1" ]; then
|
if [ "$?" != "1" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user