From 89abbcb6f373049dcbe5d5e78efc572e7c69bae7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 8 Dec 2021 13:39:47 +0100 Subject: [PATCH] Delete 00-ha-env --- emby/root/etc/cont-init.d/00-ha-env | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 emby/root/etc/cont-init.d/00-ha-env diff --git a/emby/root/etc/cont-init.d/00-ha-env b/emby/root/etc/cont-init.d/00-ha-env deleted file mode 100644 index 3b3e69246..000000000 --- a/emby/root/etc/cont-init.d/00-ha-env +++ /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