7 lines
182 B
Bash
7 lines
182 B
Bash
#!/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
|