From 18b43b6a38af42e76724ac3057d9bc642f5e9ca3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 25 Nov 2023 22:48:35 +0100 Subject: [PATCH] update --- cloudcommander/CHANGELOG.md | 2 +- cloudcommander/rootfs/etc/cont-init.d/99-run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 29cd6c95b..e5a87044c 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,6 +1,6 @@ ### 16.17.7-3 (19-11-2023) - Minor bugs fixed -- MAJOR CHANGE : new HA config logic implemented. Files are now located in the addon config file, that can be accessed from the addon_configs folder from my filebrowser or cloudcommander addons. Migration of data, custom configs, and custom scripts should be automatic. Please be sure to update all your links however ! For more information, see here : https://developers.home-assistant.io/blog/2023/11/06/public-addon-config/ +- MAJOR CHANGE : new HA config logic implemented. Files are now located in the addon config file, that can be accessed from the addon_configs folder from my cloudcommander or cloudcommander addons. Migration of data, custom configs, and custom scripts should be automatic. Please be sure to update all your links however ! For more information, see here : https://developers.home-assistant.io/blog/2023/11/06/public-addon-config/ - Homeassistant config accessible in /homeassistant folder ; all addons config in /addons_config ; this addon config in /config ### 16.17.7-2 (30-10-2023) diff --git a/cloudcommander/rootfs/etc/cont-init.d/99-run.sh b/cloudcommander/rootfs/etc/cont-init.d/99-run.sh index 33acba577..8c04bf56e 100755 --- a/cloudcommander/rootfs/etc/cont-init.d/99-run.sh +++ b/cloudcommander/rootfs/etc/cont-init.d/99-run.sh @@ -33,7 +33,7 @@ fi # Create symlinks ln -s /homeassistant/addons_config /config ln -s /homeassistant/addons_autoscripts /config -find /addon_configs/ -maxdepth 1 -mindepth 1 -type d -not -name "*filebrowser*" -exec ln -s {} /config/addons_config/ \; +find /addon_configs/ -maxdepth 1 -mindepth 1 -type d -not -name "*cloudcommander*" -exec ln -s {} /config/addons_config/ \; ################# # NGINX SETTING #