luci-app-attendedsysupgrade: reload rpcd fix #1668
[project/luci.git] / applications / luci-app-attendedsysupgrade / root / etc / uci-defaults / 40_luci-attendedsysupgrade
1 #!/bin/sh
2
3 rm -rf /tmp/luci-indexcache /tmp/luci-modulecache/
4 /etc/init.d/uhttpd restart
5 /etc/init.d/rpcd reload
6
7 return 0