From f624c9daf9702fd50a30485f3b98a4b5ee8a6690 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Dec 2021 19:38:32 +0100 Subject: [PATCH] Delete 00-ha-env --- webtop/root/etc/cont-init.d/00-ha-env | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 webtop/root/etc/cont-init.d/00-ha-env diff --git a/webtop/root/etc/cont-init.d/00-ha-env b/webtop/root/etc/cont-init.d/00-ha-env deleted file mode 100644 index 342068f41..000000000 --- a/webtop/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