mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-28 11:36:32 +00:00
fix version in hostcontroll
This commit is contained in:
parent
1410661b61
commit
e5002e0d3f
@ -17,7 +17,7 @@ do
|
||||
IFS=" " read -r -a parse <<< $cmd
|
||||
|
||||
if [ ${parse[0]} == "info" ]; then
|
||||
echo "{'host': 'resinos', 'version': '$RESINOS_VERSION'}"
|
||||
echo "{'host': 'resinos', 'version': '$RESINOS_HASSIO_VERSION'}"
|
||||
continue
|
||||
fi
|
||||
if [ ${parse[0]} == "reboot" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user