diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-10-15 22:02:29 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-10-15 22:02:29 +0000 |
commit | 9e31af191e865b2765ee4f6cc6d52d917cf7e0fd (patch) | |
tree | d400348e7e13c705e2df3f48d047783d698e91a0 /applications | |
parent | b0c01cfd1913d0adc8df67f606e24ea05007e830 (diff) |
applications/wshaper: Fix uci-defaults
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-wshaper/root/etc/uci-defaults/wshaper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-wshaper/root/etc/uci-defaults/wshaper b/applications/luci-wshaper/root/etc/uci-defaults/wshaper index 9e4eb15f0..918dff280 100644 --- a/applications/luci-wshaper/root/etc/uci-defaults/wshaper +++ b/applications/luci-wshaper/root/etc/uci-defaults/wshaper @@ -2,7 +2,7 @@ uci -q batch <<-EOF >/dev/null delete ucitrack.@wshaper[-1] - add ucitrack wshaper=wshaper + set ucitrack.wshaper="wshaper" set ucitrack.wshaper.exec='/etc/init.d/wshaper start' commit ucitrack EOF |