bugfix v3

This commit is contained in:
pvizeli 2017-03-23 16:23:23 +01:00
parent 8ec67f6baf
commit b8f2758379
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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"
}