mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 21:03:09 +02:00
fix sphinx chet connection test
This commit is contained in:
@@ -303,7 +303,7 @@ if [ "$1" = "status" ]; then
|
|||||||
|
|
||||||
# test connection (accept self-signed certs here) ... calling the url /app should return INDEX
|
# test connection (accept self-signed certs here) ... calling the url /app should return INDEX
|
||||||
connectionTest="n/a"
|
connectionTest="n/a"
|
||||||
connectionResponse=$(wget -qO- ${publicURL}/app 2>/dev/null)
|
connectionResponse=$(wget --no-check-certificate -qO- ${publicURL}/app 2>/dev/null)
|
||||||
if [ "${connectionResponse}" == "INDEX" ]; then
|
if [ "${connectionResponse}" == "INDEX" ]; then
|
||||||
connectionTest="OK"
|
connectionTest="OK"
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user