réplica de
https://git.openwrt.org/project/luci.git
sincronizado 2025-01-18 23:45:02 +00:00
81fc75739c
* Depends on https://github.com/openwrt/packages/pull/21943 Signed-off-by: Stan Grishin <stangri@melmac.ca>
4 líneas
128 B
Bash
4 líneas
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
|