mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-28 11:36:32 +00:00
bugfix v3
This commit is contained in:
parent
8ec67f6baf
commit
b8f2758379
@ -70,7 +70,7 @@ function error_handler {
|
||||
|
||||
trap 'error_handler $LINENO' ERR
|
||||
|
||||
if tag=$(curl $ENDPOINT | jq -e -r '.supervisor_tag')
|
||||
if tag=$(curl --silent $ENDPOINT | jq -e -r '.supervisor_tag'); then
|
||||
image_name=$SUPERVISOR_IMAGE
|
||||
|
||||
# Check that we didn't somehow get an empty tag version.
|
||||
|
@ -2,5 +2,5 @@
|
||||
"supervisor_tag": "20170322",
|
||||
"homeassistant_tag": "0.40.1",
|
||||
"hassio_version": "0.1",
|
||||
"resinhup_version": "1.1.1",
|
||||
"resinhup_version": "1.1.1"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user