remove http from ping

This commit is contained in:
Matheson Steplock 2022-07-11 21:37:06 +00:00 committed by GitHub
parent 47c269bca5
commit 20a342e622

View file

@ -14,7 +14,7 @@ SERVICE_DOCKER="docker.service"
SERVICE_NM="NetworkManager.service"
# Read infos from web
URL_CHECK_ONLINE="http://checkonline.home-assistant.io"
URL_CHECK_ONLINE="checkonline.home-assistant.io"
URL_VERSION="https://version.home-assistant.io/stable.json"
HASSIO_VERSION=$(curl -s ${URL_VERSION} | jq -e -r '.supervisor')
URL_APPARMOR_PROFILE="https://version.home-assistant.io/apparmor.txt"