mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update 90-config_yaml.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user