This commit is contained in:
Alexandre
2021-06-22 21:22:10 +02:00
parent 72a7daff3e
commit 72dd048204
11 changed files with 172 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