From 78752855a5ba7520f4277bcbae10b2b397c790f8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 12 Nov 2022 21:01:49 +0100 Subject: [PATCH] Update 90-config_yaml.sh --- .templates/90-config_yaml.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/90-config_yaml.sh b/.templates/90-config_yaml.sh index 1260472d2..cd3fe2abb 100644 --- a/.templates/90-config_yaml.sh +++ b/.templates/90-config_yaml.sh @@ -117,6 +117,7 @@ while IFS= read -r line; do [ ! -f /env.py ] && echo "import os" > /env.py echo "os.environ['${line%%=*}'] = '${line#*=}'" >> /env.py python3 /env.py + rm /env.py fi # Show in log if ! bashio::config.false "verbose"; then bashio::log.blue "$line"; fi