summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/root/etc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-29 03:59:37 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-29 03:59:37 +0000
commit0543ad6f4f17c719e9864e1adb4f89f0e7a3f8ab (patch)
tree6733ed6fcec0d991c9c249e4e7724b1f67fc6476 /applications/luci-statistics/root/etc
parent9f19574ae0ae6d4881c83245d487b42251ff9528 (diff)
* luci/app/statistics:
- build datatree from rrd directory structure, allows "virtual" plugins - flush index cache on statistics reload - whitespace cleanup in config generator
Diffstat (limited to 'applications/luci-statistics/root/etc')
-rwxr-xr-xapplications/luci-statistics/root/etc/init.d/luci_statistics3
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-statistics/root/etc/init.d/luci_statistics b/applications/luci-statistics/root/etc/init.d/luci_statistics
index 55999a8f7..e4da1d5b1 100755
--- a/applications/luci-statistics/root/etc/init.d/luci_statistics
+++ b/applications/luci-statistics/root/etc/init.d/luci_statistics
@@ -17,6 +17,9 @@ start() {
imagepath="$(uci get luci_statistics.rrdtool.image_path)"
ln -s ${imagepath:-/tmp/rrdimg}/ /www/rrdimg
fi
+
+ ### flush LuCI index cache
+ test -f /var/luci-indexcache && rm /var/luci-indexcache
}
restart() {