luci/applications/luci-app-wshaper/root/etc/uci-defaults/wshaper

12 lines
215 B
Text
Raw Normal View History

2011-10-15 18:47:42 +00:00
#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@wshaper[-1]
2011-10-15 22:02:29 +00:00
set ucitrack.wshaper="wshaper"
2011-10-15 18:47:42 +00:00
set ucitrack.wshaper.exec='/etc/init.d/wshaper start'
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
exit 0