diff --git a/src/opnsense/service/templates/OPNsense/Kea/kea-dhcp4.conf b/src/opnsense/service/templates/OPNsense/Kea/kea-dhcp4.conf index 41d69aa71..ce2ba9332 100644 --- a/src/opnsense/service/templates/OPNsense/Kea/kea-dhcp4.conf +++ b/src/opnsense/service/templates/OPNsense/Kea/kea-dhcp4.conf @@ -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": { }