Update 90-config_yaml.sh

This commit is contained in:
Alexandre
2022-02-24 12:29:28 +01:00
committed by GitHub
parent a4aac6c4f5
commit 14c228e2dc

View File

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