This commit is contained in:
Alexandre
2023-11-25 22:48:35 +01:00
committed by GitHub
parent e49092d7a8
commit 18b43b6a38
2 changed files with 2 additions and 2 deletions

View File

@@ -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 #