Update 20-folders.sh

This commit is contained in:
Alexandre
2023-11-25 21:19:38 +01:00
committed by GitHub
parent ed063b11e9
commit 0f1d260c16

View File

@@ -33,8 +33,4 @@ fi
# Create symlinks
ln -s /homeassistant/addons_config /config
ln -s /homeassistant/addons_autoscripts /config
for folders in $(find /addon_configs/ -maxdepth 1 -mindepth 1 -type d -not -name "*filebrowser*"); do
ln -fs "${folders}" /config/addons_config/
echo $folders
done
find /addon_configs/ -maxdepth 1 -mindepth 1 -type d -not -name "*filebrowser*" -exec ln -s {} /config \;