Add back symbolic link to /homeassistant for customized workspaces (#874)

This commit is contained in:
Franck Nijhof 2024-10-01 22:02:39 +02:00 committed by GitHub
parent 66d3c2b4d0
commit 553f214871
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,8 @@ done
# Some links to old locations, to not mess with the user's muscle memory
ln -s "/config" "${HOME}/config" \
|| bashio::log.warning "Failed linking common directory: ${HOME}/config"
ln -s "/config" "/homeassistant" \
|| bashio::log.warning "Failed linking common directory: /homeassistant"
# Store SSH settings in add-on data folder
if ! bashio::fs.directory_exists "${SSH_USER_PATH}"; then