Update installer.sh
Fix checking issue
This commit is contained in:
parent
4a5692cbb2
commit
5816606e19
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ case $ARCH in
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ -z "${HOMEASSISTANT_DOCKER}" ]; then
|
||||
if [ -z "${HASSIO_DOCKER}" ]; then
|
||||
error "Found no Home Assistant Docker images for this host!"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue