0
0
mirror of https://github.com/openwrt/luci.git synced 2025-08-12 06:33:02 +00:00
Files
luci/applications/luci-app-adblock/root/etc/uci-defaults/95-luci-app-adblock-housekeeping
Dirk Brenken 98f7f2a2cf luci-app-adblock: sync with update 4.4.1-2
Small fixes, a uci-defaults script and wording improvements.

Signed-off-by: Dirk Brenken <dev@brenken.org>
2025-05-03 14:44:14 +02:00

5 lines
104 B
Bash
Executable File

#!/bin/sh
rm -f /var/luci-indexcache.*.json
[ -x "/etc/init.d/rpcd" ] && /etc/init.d/rpcd reload
exit 0