summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-attendedsysupgrade/root/etc/uci-defaults/40_luci-attendedsysupgrade
blob: 832744f7d8b7b41ba0693d430da07781dab01473 (plain)
1
2
3
4
5
6
#!/bin/sh

rm -rf /tmp/luci-indexcache /tmp/luci-modulecache/
/etc/init.d/uhttpd restart

return 0