mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-01 03:36:06 +02:00
Update 20-folders.sh
This commit is contained in:
@@ -33,8 +33,4 @@ fi
|
|||||||
# Create symlinks
|
# Create symlinks
|
||||||
ln -s /homeassistant/addons_config /config
|
ln -s /homeassistant/addons_config /config
|
||||||
ln -s /homeassistant/addons_autoscripts /config
|
ln -s /homeassistant/addons_autoscripts /config
|
||||||
|
find /addon_configs/ -maxdepth 1 -mindepth 1 -type d -not -name "*filebrowser*" -exec ln -s {} /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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user