Update 20-folders.sh

This commit is contained in:
Alexandre
2023-11-25 21:38:08 +01:00
committed by GitHub
parent b5dc004103
commit 06ab5e8c56

View File

@@ -33,4 +33,4 @@ 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 \;
find /addon_configs/ -maxdepth 1 -mindepth 1 -type d -not -name "*filebrowser*" -exec ln -s {} /config/addons_config/ \;