From 83de3eaab4a44504909e9357652e3c4581bf2ae3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 6 Jan 2022 07:52:12 +0100 Subject: [PATCH] Delete 00-ha-env.sh --- jellyfin/rootfs/etc/cont-init.d/00-ha-env.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 jellyfin/rootfs/etc/cont-init.d/00-ha-env.sh diff --git a/jellyfin/rootfs/etc/cont-init.d/00-ha-env.sh b/jellyfin/rootfs/etc/cont-init.d/00-ha-env.sh deleted file mode 100644 index 3b3e69246..000000000 --- a/jellyfin/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