luci-privoxy 240 B

123456789101112
  1. #!/bin/sh
  2. # no longer needed for "Save and Apply" to restart privoxy
  3. # luci-app-privoxy calls /etc/init.d/privoxy reload
  4. uci -q batch <<-EOF >/dev/null
  5. delete ucitrack.@privoxy[-1]
  6. commit ucitrack
  7. EOF
  8. rm -f /tmp/luci-indexcache
  9. exit 0