This commit is contained in:
Alexandre
2021-10-15 10:55:41 +02:00
parent 8e09b7dee4
commit f31b77270e
9 changed files with 174 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