From b8cfbed094de172cf02f9018882c3b709862f25e Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Mon, 21 Dec 2020 17:29:37 +0100 Subject: [PATCH] #1878 add info about server response (#1890) --- home.admin/config.scripts/bonus.sphinxrelay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.sphinxrelay.sh b/home.admin/config.scripts/bonus.sphinxrelay.sh index f9ecc045..23783896 100755 --- a/home.admin/config.scripts/bonus.sphinxrelay.sh +++ b/home.admin/config.scripts/bonus.sphinxrelay.sh @@ -26,7 +26,7 @@ if [ "$1" = "menu" ]; then whiptail --title " Warning " \ --yes-button "Back" \ --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 exit 0 fi