luci/applications/luci-app-pbr/root/etc/uci-defaults/40_luci-pbr
Stan Grishin 11073e5ee5 luci-app-pbr: initial commit
Depends on https://github.com/openwrt/packages/pull/19763

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-12-03 19:46:53 +00:00

4 lines
128 B
Bash

#!/bin/sh
rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache;
[ -x /etc/init.d/rpcd ] && /etc/init.d/rpcd reload;
exit 0