Files
hassio-addons/cloudcommander/rootfs/etc
copilot-swe-agent[bot] 7aa408ec77 Fix CloudCommander startup error: guard /homeassistant/addons_config with existence checks
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>
2026-03-06 17:37:03 +00:00
..
2023-04-20 22:34:48 +02:00