From 036e51cc6f4dda7684964d61d05d9e79d764410c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 31 Mar 2022 20:43:26 +0200 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 1f0e73a19..68882274c 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")" -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