* Add AhaDNS: thanks to @Jefe777 (account now deleted) and their PR at https://github.com/openwrt/luci/pull/5612 * Update email addresses * Add missing new line to ControlD files * Add RPCD reload to uci-defaults file Signed-off-by: Stan Grishin <stangri@melmac.ca>
4 lines
127 B
Bash
4 lines
127 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
|