0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-11 22:59:38 +00:00
Files
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

5 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