Convert addons to non-legacy (#36)

This commit is contained in:
Arne Petersen
2020-02-21 07:36:55 +01:00
committed by GitHub
parent 790ab99324
commit a14fabc5d4
55 changed files with 767 additions and 229 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