6 lines
78 B
Text
6 lines
78 B
Text
|
#!/bin/sh
|
||
|
|
||
|
rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache;
|
||
|
exit 0
|
||
|
|