From: Steven Barth Date: Fri, 8 Aug 2008 10:42:34 +0000 (+0000) Subject: libs/web: Added missing on_commit trigger X-Git-Tag: 0.8.0~497 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=f4ec942d1bc3d9a6c822c075017cb2949cd8fff5 libs/web: Added missing on_commit trigger --- diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index 4aec08049..b3532110d 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -27,6 +27,7 @@ config event uci_oncommit option httpd "/sbin/luci-reload httpd" option fstab "/sbin/luci-reload fstab" option qos "/sbin/luci-reload qos" + option system "/sbin/luci-reload led" option firewall "/sbin/luci-reload firewall luci_splash" option luci_ethers "/sbin/luci-reload luci_ethers dnsmasq" option luci_splash "/sbin/luci-reload firewall luci_splash"