diff --git a/meta-hassio/recipes-containers/docker-disk/docker-resin-supervisor-disk/update-resin-supervisor b/meta-hassio/recipes-containers/docker-disk/docker-resin-supervisor-disk/update-resin-supervisor index 3a3af78be..08736350f 100644 --- a/meta-hassio/recipes-containers/docker-disk/docker-resin-supervisor-disk/update-resin-supervisor +++ b/meta-hassio/recipes-containers/docker-disk/docker-resin-supervisor-disk/update-resin-supervisor @@ -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. diff --git a/version.json b/version.json index 13b78c03b..ac338d34a 100644 --- a/version.json +++ b/version.json @@ -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" }