applications/wshaper: Fix uci-defaults
[project/luci.git] / applications / luci-wshaper / root / etc / uci-defaults / wshaper
index 9e4eb15..918dff2 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