diff --git a/.templates/90-config_yaml.sh b/.templates/90-config_yaml.sh index e5b1eb1bd..d2b2577b4 100644 --- a/.templates/90-config_yaml.sh +++ b/.templates/90-config_yaml.sh @@ -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