This commit is contained in:
Alexandre
2021-12-26 16:20:45 +01:00
committed by GitHub
parent a096e8cdf1
commit c7ae127282

View File

@@ -1,5 +0,0 @@
#!/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