Skip to content

rauc-hawkbit-updater: fix typo in is-provisioned.conf

Zygmunt Krynicki requested to merge zyga/oniro:fix/rhu-typo into kirkstone

The correct syntax is ConditionFoo=, not ConditionalFoo=. This was easily missed because invalid syntax is not fatal, and the service will work correctly regardless of presence or absence of this configuration element.

https://www.freedesktop.org/software/systemd/man/systemd.unit.html#ConditionPathExists=

Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@huawei.com

Merge request reports