mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-07 13:48:23 +01:00
The script failed with 'find: /homeassistant/addons_config: No such file or directory' because it accessed the directory without checking if it exists. Since the script uses set -e, the failing find command caused the entire init script to exit. This follows the same pattern already used in the filebrowser addon's 20-folders.sh. Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>