From 41ba4fcedc76277564a12e616374298c02685d0c Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Wed, 5 Mar 2025 10:10:29 +0530 Subject: [PATCH] dhcpmngr: avoid uci commit in uci-defaults --- dhcpmngr/files/etc/uci-defaults/unbound.odhcpd.uci_default | 1 - 1 file changed, 1 deletion(-) diff --git a/dhcpmngr/files/etc/uci-defaults/unbound.odhcpd.uci_default b/dhcpmngr/files/etc/uci-defaults/unbound.odhcpd.uci_default index 600b1efd8..32ee09835 100644 --- a/dhcpmngr/files/etc/uci-defaults/unbound.odhcpd.uci_default +++ b/dhcpmngr/files/etc/uci-defaults/unbound.odhcpd.uci_default @@ -10,7 +10,6 @@ uci -q get dhcp.odhcpd >/dev/null 2>&1 && { [ -e /usr/lib/unbound/odhcpd.sh ] && [ -e /usr/sbin/unbound ] && { # then set unbound script as leasetrigger in dhcp UCI uci -q set dhcp.odhcpd.leasetrigger='/usr/lib/unbound/odhcpd.sh' - uci commit dhcp } } }