mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 14:19:20 +02:00
fix sphinx chet connection test
This commit is contained in:
parent
945531bcda
commit
46bf1d8f29
@ -303,7 +303,7 @@ if [ "$1" = "status" ]; then
|
||||
|
||||
# test connection (accept self-signed certs here) ... calling the url /app should return INDEX
|
||||
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
|
||||
connectionTest="OK"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user