7 lines
99 B
Text
7 lines
99 B
Text
|
#!/bin/sh
|
||
|
|
||
|
rm -rf /tmp/luci-indexcache /tmp/luci-modulecache/
|
||
|
/etc/init.d/uhttpd restart
|
||
|
|
||
|
return 0
|