From 9e31af191e865b2765ee4f6cc6d52d917cf7e0fd Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Sat, 15 Oct 2011 22:02:29 +0000 Subject: [PATCH] applications/wshaper: Fix uci-defaults --- applications/luci-wshaper/root/etc/uci-defaults/wshaper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-wshaper/root/etc/uci-defaults/wshaper b/applications/luci-wshaper/root/etc/uci-defaults/wshaper index 9e4eb15f07..918dff2801 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 -- 2.30.2