Update 90-config_yaml.sh

This commit is contained in:
Alexandre
2022-01-14 18:53:18 +01:00
committed by GitHub
parent 0c831bc134
commit 5c3d10c2b2

View File

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