mirror of
https://github.com/openwrt/luci.git
synced 2025-08-12 06:33:02 +00:00
Small fixes, a uci-defaults script and wording improvements. Signed-off-by: Dirk Brenken <dev@brenken.org>
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
rm -f /var/luci-indexcache.*.json
|
|
[ -x "/etc/init.d/rpcd" ] && /etc/init.d/rpcd reload
|
|
exit 0
|