This commit is contained in:
Richard Sperry 2025-04-17 14:19:11 -07:00
parent f10bfe60cc
commit ff9a3c5960
2 changed files with 2 additions and 3 deletions

View file

@ -19,8 +19,7 @@ uart: true
hassio_api: true
hassio_role: manager
homeassistant_api: true
privileged:
- SYS_ADMIN
full_access: true
map:
- backup:rw
- data:rw

View file

@ -101,7 +101,7 @@ setup_code_workspace() {
# custom tasks paths file
CUSTOM_BASH_SCRIPTS_PATH_SYMLINK="$CUSTOM_BASH_SCRIPTS_PATH/PATHS.sh"
if [ ! -e "$CUSTOM_BASH_SCRIPTS_PATH_SYMLINK" ]; then
bashio::log.warning "CUSTOM_BASH_SCRIPTS_PATH_ does not exist. Creating..."
bashio::log.warning "CUSTOM_BASH_SCRIPTS_PATH does not exist. Creating..."
ln -sn "/etc/s6-overlay/s6-rc.d/paths.sh" "$CUSTOM_BASH_SCRIPTS_PATH_SYMLINK" ||
bashio::log.warning "Failed linking PATHS.sh"
elif [ ! -L "$CUSTOM_BASH_SCRIPTS_PATH_SYMLINK" ]; then