mirror of
https://github.com/openwrt/luci.git
synced 2025-02-23 14:46:18 +00:00
* Depends on https://github.com/openwrt/packages/pull/21943 Signed-off-by: Stan Grishin <stangri@melmac.ca>
5 lines
128 B
Bash
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
|