Set OS pretty name to Home Assistant OS

This commit is contained in:
Stefan Agner 2020-12-10 22:38:52 +01:00
parent 6bbf0b382c
commit f649995a08
No known key found for this signature in database
GPG Key ID: AE01353D1E44747D
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
VERSION_MAJOR=5
VERSION_BUILD=7
HASSOS_NAME="HassOS"
HASSOS_NAME="Home Assistant OS"
HASSOS_ID="hassos"
DEPLOYMENT="staging"

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)"