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