From 97c53fa91b16d00ec7c8b6c23ffba710e0600753 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 29 Dec 2021 11:46:40 +0100 Subject: [PATCH] not needed --- sonarr/rootfs/etc/cont-init.d/00-ha-env.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 sonarr/rootfs/etc/cont-init.d/00-ha-env.sh diff --git a/sonarr/rootfs/etc/cont-init.d/00-ha-env.sh b/sonarr/rootfs/etc/cont-init.d/00-ha-env.sh deleted file mode 100644 index 3b3e69246..000000000 --- a/sonarr/rootfs/etc/cont-init.d/00-ha-env.sh +++ /dev/null @@ -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 \ No newline at end of file