Update installer.sh

Fix checking issue
This commit is contained in:
czm97176 2020-08-14 10:27:45 +08:00 committed by GitHub
parent 4a5692cbb2
commit 5816606e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ case $ARCH in
;; ;;
esac esac
if [ -z "${HOMEASSISTANT_DOCKER}" ]; then if [ -z "${HASSIO_DOCKER}" ]; then
error "Found no Home Assistant Docker images for this host!" error "Found no Home Assistant Docker images for this host!"
fi fi