918dff280114e21266881aeac7aa5236d5c48f0e
[project/luci.git] / applications / luci-app-wshaper / root / etc / uci-defaults / 40_wshaper
1 #!/bin/sh
2
3 uci -q batch <<-EOF >/dev/null
4         delete ucitrack.@wshaper[-1]
5         set ucitrack.wshaper="wshaper"
6         set ucitrack.wshaper.exec='/etc/init.d/wshaper start'
7         commit ucitrack
8 EOF
9
10 rm -f /tmp/luci-indexcache
11 exit 0