Update 90-config_yaml.sh

This commit is contained in:
Alexandre
2022-03-31 20:43:26 +02:00
committed by GitHub
parent d7c98e17da
commit 036e51cc6f

View File

@@ -58,7 +58,7 @@ else
fi
# Check if = instead of :
if [[ "$(grep -c "=" "config.yaml")" -gt 2 ]]; then
if [[ "$(grep -c "=" "$CONFIGSOURCE")" -gt 2 ]]; then
bashio::log.warning 'Are you sure you did not use "KEY=VALUE" ? yaml nomenclature requires "KEY:VALUE"'
fi