diff options
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 |