mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update 92-config_yaml.sh
This commit is contained in:
@@ -86,7 +86,7 @@ while IFS= read -r line; do
|
|||||||
sed -i "1a export $line" /etc/services.d/*/*run* 2>/dev/null || true
|
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" /scripts/*run* 2>/dev/null || true
|
||||||
# Show in log
|
# Show in log
|
||||||
bashio::log.blue "$line"
|
if ! bashio::config.false "verbose";then bashio::log.blue "$line"; fi
|
||||||
else
|
else
|
||||||
bashio::exit.nok "$line does not follow the correct structure. Please check your yaml file."
|
bashio::exit.nok "$line does not follow the correct structure. Please check your yaml file."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user