mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
Add back symbolic link to /homeassistant for customized workspaces
This commit is contained in:
parent
66d3c2b4d0
commit
1cdda01edc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue