0
0
mirror of https://github.com/openwrt/luci.git synced 2025-09-17 17:49:21 +00:00
Files
luci/applications/luci-app-banip/root/etc/uci-defaults/95-luci-app-banip-housekeeping
Dirk Brenken 5f9ff73b60 luci-app-banip: sync with update 1.5.6-2
Small fixes, a uci-defaults script and wording improvements.

Signed-off-by: Dirk Brenken <dev@brenken.org>
2025-04-29 21:47:40 +02:00

5 lines
104 B
Bash

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