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