clean code

This commit is contained in:
Alexandre
2021-10-23 20:21:21 +02:00
parent 7b8c693dee
commit 98faea5ed0
25 changed files with 498 additions and 288 deletions

View File

@@ -1,5 +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
printf "$(bashio::config $k)" >/var/run/s6/container_environment/$k
done