SmartAudio/package/luci/luci-app-wshaper/root/etc/uci-defaults/40_wshaper

12 lines
215 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@wshaper[-1]
set ucitrack.wshaper="wshaper"
set ucitrack.wshaper.exec='/etc/init.d/wshaper start'
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
exit 0