mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
added location for externalfiles
I'm really not sure if it's the right location, but you should be able to map in /opt/recipes/externalfiles within Tandoor recipes
This commit is contained in:
@@ -98,10 +98,12 @@ esac
|
||||
##############
|
||||
echo "Creating symlinks"
|
||||
mkdir -p /config/addons_config/tandoor_recipes/mediafiles
|
||||
mkdir -p /config/addons_config/tandoor_recipes/externalfiles
|
||||
chmod -R 755 /config/addons_config/tandoor_recipes
|
||||
mkdir -p /data/recipes/staticfiles
|
||||
chmod 755 /data/recipes/staticfiles
|
||||
ln -s /config/addons_config/tandoor_recipes/mediafiles /opt/recipes
|
||||
ln -s /config/addons_config/tandoor_recipes/externalfiles /opt/recipes
|
||||
ln -s /data/recipes/staticfiles /opt/recipes
|
||||
|
||||
bashio::log.info "Launching nginx"
|
||||
|
||||
Reference in New Issue
Block a user