Update 92-config_yaml.sh

This commit is contained in:
Alexandre
2022-01-15 09:08:10 +01:00
committed by GitHub
parent 5fdf884d95
commit 21d51bd1cb

View File

@@ -84,7 +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" /scripts/*run* 2>/dev/null || true
sed -i "1a export $line" /etc/services.d/*run* 2>/dev/null || true
# Show in log
if ! bashio::config.false "verbose"; then bashio::log.blue "$line"; fi
else