1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-26 21:47:15 +00:00

fix version in hostcontroll

This commit is contained in:
pvizeli
2017-03-28 18:11:30 +02:00
parent 1410661b61
commit e5002e0d3f

View File

@@ -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