Services: Kea DHCP [new]: Kea DHCPv4 - omit comma when control agent is disabled. should fix https://github.com/opnsense/core/issues/7183

This commit is contained in:
Ad Schellevis 2024-01-31 10:41:57 +01:00
parent 5667764034
commit 4a5193900c

View File

@ -59,9 +59,9 @@
]
}{% if not loop.last %},{% endif +%}
{% endfor %}
],
]
{% if not helpers.empty('OPNsense.Kea.ctrl_agent.general.enabled') %}
"hooks-libraries": [
,"hooks-libraries": [
{
"library": "/usr/local/lib/kea/hooks/libdhcp_lease_cmds.so",
"parameters": { }