Update 90-config_yaml.sh

This commit is contained in:
Alexandre
2022-11-12 21:01:49 +01:00
committed by GitHub
parent 74b9312528
commit 78752855a5

View File

@@ -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