mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 00:55:58 +02:00
Update 90-config_yaml.sh
This commit is contained in:
@@ -58,7 +58,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if = instead of :
|
# 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"'
|
bashio::log.warning 'Are you sure you did not use "KEY=VALUE" ? yaml nomenclature requires "KEY:VALUE"'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user