mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-28 19:46:29 +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
|
IFS=" " read -r -a parse <<< $cmd
|
||||||
|
|
||||||
if [ ${parse[0]} == "info" ]; then
|
if [ ${parse[0]} == "info" ]; then
|
||||||
echo "{'host': 'resinos', 'version': '$RESINOS_VERSION'}"
|
echo "{'host': 'resinos', 'version': '$RESINOS_HASSIO_VERSION'}"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
if [ ${parse[0]} == "reboot" ]; then
|
if [ ${parse[0]} == "reboot" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user