Cleanup
This commit is contained in:
parent
4a5692cbb2
commit
3df59fffde
1 changed files with 0 additions and 4 deletions
|
@ -112,10 +112,6 @@ case $ARCH in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -z "${HOMEASSISTANT_DOCKER}" ]; then
|
|
||||||
error "Found no Home Assistant Docker images for this host!"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ ! "intel-nuc odroid-c2 odroid-n2 odroid-xu qemuarm qemuarm-64 qemux86 qemux86-64 raspberrypi raspberrypi2 raspberrypi3 raspberrypi4 raspberrypi3-64 raspberrypi4-64 tinker" = *"${MACHINE}"* ]]; then
|
if [[ ! "intel-nuc odroid-c2 odroid-n2 odroid-xu qemuarm qemuarm-64 qemux86 qemux86-64 raspberrypi raspberrypi2 raspberrypi3 raspberrypi4 raspberrypi3-64 raspberrypi4-64 tinker" = *"${MACHINE}"* ]]; then
|
||||||
error "Unknown machine type ${MACHINE}!"
|
error "Unknown machine type ${MACHINE}!"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue