moved to hassio-addons-test

removed radarr as not used
This commit is contained in:
Alexandre
2021-01-15 19:03:49 +01:00
parent 816b76c2a8
commit 85fe93cc8e
10 changed files with 0 additions and 218 deletions

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