mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
devenv
This commit is contained in:
parent
ebae938644
commit
3a25af0537
1 changed files with 1 additions and 4 deletions
|
@ -37,10 +37,7 @@ for dir in "${DIRECTORIES[@]}"; do
|
|||
bashio::log.warning "Failed linking common directory: ${dir}"
|
||||
done
|
||||
|
||||
ln -sn "/config" "/SERVER/config" ||
|
||||
bashio::log.warning "Failed linking common directory: /homeassistant"
|
||||
Ensure config path exists
|
||||
|
||||
# Ensure config path exists
|
||||
if bashio::config.has_value "vscode_config_path"; then
|
||||
CODE_SERVER_CONFIG=$(bashio::config 'vscode_config_path')
|
||||
if ! bashio::fs.directory_exists "${CODE_SERVER_CONFIG}"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue