Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ Home Assistant, by default, ships with the Community Add-ons store installed.
However, if it is missing (for any reason), you can add it by clicking the
button My button below.
[!Add repository to your Home Assitant instance.][repository-badge]][repository]
[![Add repository to your Home Assitant instance.][repository-badge]][repository]
## Configuration

View File

@@ -42,7 +42,7 @@ bashio::log.info "ZeroTier node address: ${node}"
# Sets the auth token for the local JSON API
if bashio::config.has_value 'api_auth_token'; then
token=$(bashio::config 'api_auth_token')
echo "${token}" > /data/authtoken.secret
echo "${token}" > /var/lib/zerotier-one/authtoken.secret
fi
# Ensure network folder exists