You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
225 B

  1. #!/bin/sh
  2. uci -q batch <<-EOF >/dev/null
  3. delete ucitrack.@sqm[-1]
  4. add ucitrack sqm
  5. set ucitrack.@sqm[-1].init=sqm
  6. add_list ucitrack.@firewall[0].affects=sqm
  7. commit ucitrack
  8. EOF
  9. rm -f /tmp/luci-indexcache
  10. exit 0