From 5c3d10c2b2cf065d762eac1f6601da04b5d2517c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 14 Jan 2022 18:53:18 +0100 Subject: [PATCH] Update 90-config_yaml.sh --- zzz_templates/90-config_yaml.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/zzz_templates/90-config_yaml.sh b/zzz_templates/90-config_yaml.sh index fd2ecb81a..9c16c56a5 100644 --- a/zzz_templates/90-config_yaml.sh +++ b/zzz_templates/90-config_yaml.sh @@ -84,6 +84,7 @@ while IFS= read -r line; do export $line # Export the variable sed -i "1a export $line" /etc/services.d/*/*run* 2>/dev/null || true + sed -i "1a export $line" /etc/cont-init.d/*run* 2>/dev/null # Show in log if ! bashio::config.false "verbose"; then bashio::log.blue "$line"; fi else