Update 90-config_yaml.sh

This commit is contained in:
Alexandre
2022-02-20 10:25:27 +01:00
committed by GitHub
parent cab4559b96
commit 10c1895f0b

View File

@@ -40,7 +40,7 @@ if [ "$EXIT_CODE" = 0 ]; then
echo "Config file is a valid yaml"
else
cat ERROR
bashio::log.fatal "Config file has an invalid yaml format. Please check the file in $CONFIGSOURCE. Errors list above."
bashio::log.warning "Config file has an invalid yaml format. Please check the file in $CONFIGSOURCE. Errors list above."
# bashio::exit.nok
fi