This commit is contained in:
Alexandre
2021-12-04 19:22:47 +01:00
parent 72cb855270
commit a61f0157fe
11 changed files with 0 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