re-add folders for emby

This commit is contained in:
Alexandre
2020-12-10 12:15:22 +01:00
parent b2e1410e30
commit ef90105870
3 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bashio
for k in $(bashio::jq "${__BASHIO_ADDON_CONFIG}" 'keys | .[]'); do
printf "$(bashio::config $k)" > /var/run/s6/container_environment/$k
done