This commit is contained in:
Alexandre
2022-02-18 12:56:00 +01:00
parent df8cf7397c
commit ed9845962b
2 changed files with 13 additions and 19 deletions

View File

@@ -1,6 +0,0 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
for k in $(bashio::jq "${__BASHIO_ADDON_CONFIG}" 'keys | .[]'); do
printf "$(bashio::config $k)" >/var/run/s6/container_environment/$k
done