applications/wshaper: Fix uci-defaults
[project/luci.git] / applications / luci-wshaper / root / etc / uci-defaults / wshaper
index 9e4eb15f07218e89da1807b3edccfb3178a86991..918dff280114e21266881aeac7aa5236d5c48f0e 100644 (file)
@@ -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