8 lines
134 B
Bash
8 lines
134 B
Bash
#!/bin/sh
|
|
uci -q batch <<-EOF >/dev/null
|
|
delete ucitrack.@simple-adblock[-1]
|
|
commit ucitrack
|
|
EOF
|
|
|
|
rm -f /tmp/luci-indexcache
|
|
exit 0
|