mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -108,7 +108,7 @@ chmod 755 /data/recipes/staticfiles
|
||||
ln -s /config/addons_config/tandoor_recipes/mediafiles /opt/recipes
|
||||
ln -s /data/recipes/staticfiles /opt/recipes
|
||||
|
||||
if bashio::config_has_value "externalfiles_folder"; then
|
||||
if bashio::config.has_value "externalfiles_folder"; then
|
||||
externalfiles_folder="$(bashio::config "externalfiles_folder")"
|
||||
else
|
||||
externalfiles_folder="/config/addons_config/tandoor_recipes/externalfiles"
|
||||
|
||||
Reference in New Issue
Block a user