From 14c228e2dce2c87ac4829206b0be09d93acaf81a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 24 Feb 2022 12:29:28 +0100 Subject: [PATCH] Update 90-config_yaml.sh --- .templates/90-config_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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