Skip to content

Commit

Permalink
Add back symbolic link to /homeassistant for customized workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 1, 2024
1 parent 66d3c2b commit 1cdda01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vscode/rootfs/etc/s6-overlay/s6-rc.d/init-user/run
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cdda01

Please sign in to comment.