mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-14 12:46:32 +00:00
fix
This commit is contained in:
parent
e85f40abad
commit
a9f49b4dc0
@ -25,7 +25,7 @@ if [ "$#" -ne 2 ]; then
|
|||||||
echo "Optional environment: BUILD_DIR"
|
echo "Optional environment: BUILD_DIR"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if [ $1 != 'arm' ] && [ $1 != 'aarch64' ] && [ $1 != 'i386' ] && [ $1 != 'amd64' ]; then
|
if [ $1 != 'armhf' ] && [ $1 != 'aarch64' ] && [ $1 != 'i386' ] && [ $1 != 'amd64' ]; then
|
||||||
echo "Error: $1 is not a supported platform for hassio-supervisor!"
|
echo "Error: $1 is not a supported platform for hassio-supervisor!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user