8 lines
182 B
Text
8 lines
182 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Copyright (C) 2017 Steven Hessing (steven.hessing@live.com)
|
||
|
# This is free software, licensed under the GNU General Public License v3
|
||
|
|
||
|
rm -f /tmp/luci-indexcache
|
||
|
exit 0
|