This commit is contained in:
Richard Sperry 2025-04-16 12:37:59 -07:00
parent ebae938644
commit 3a25af0537

View file

@ -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