diff options
author | Steven Barth <steven@midlink.org> | 2008-08-08 10:42:34 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-08 10:42:34 +0000 |
commit | f4ec942d1bc3d9a6c822c075017cb2949cd8fff5 (patch) | |
tree | 9a90af192fe1d74797265f2bb7aca5975bdb19c1 | |
parent | 66e10e7e43237192739d23df96b1b873db5783c9 (diff) |
libs/web: Added missing on_commit trigger
-rw-r--r-- | libs/web/root/etc/config/luci | 1 |
1 files changed, 1 insertions, 0 deletions
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" |