luci/applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy

11 lines
212 B
Text
Raw Normal View History

#!/bin/sh
# no longer needed for "Save and Apply" to restart privoxy
# luci-app-privoxy calls /etc/init.d/privoxy reload
uci -q batch <<-EOF >/dev/null
delete ucitrack.@privoxy[-1]
commit ucitrack
EOF
exit 0