5 lines
45 B
Text
5 lines
45 B
Text
|
#!/bin/sh
|
||
|
|
||
|
rm -f /tmp/luci-indexcache
|
||
|
exit 0
|