Set OS pretty name to Home Assistant OS

This commit is contained in:
Stefan Agner
2020-12-10 22:38:52 +01:00
parent 14bb885ce9
commit a6bdf2c1c9
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ install_hassos_cli
# Write os-release
# shellcheck disable=SC2153
(
echo "NAME=${HASSOS_NAME}"
echo "NAME=\"${HASSOS_NAME}\""
echo "VERSION=\"$(hassos_version) (${BOARD_NAME})\""
echo "ID=${HASSOS_ID}"
echo "VERSION_ID=$(hassos_version)"