summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-06-10 22:28:08 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-06-10 22:28:08 +0000
commite92fce969458bea8a1cfdf2f9bb9813512bc7a4b (patch)
treec059616023fc97632d45ea709ec4922681ed5108 /applications/luci-statistics
parent4495c0326c2660fc9bb236820b789c01cc145d23 (diff)
* luci/statistics: fix syntax error in init script
Diffstat (limited to 'applications/luci-statistics')
-rwxr-xr-xapplications/luci-statistics/root/etc/init.d/luci_statistics2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/root/etc/init.d/luci_statistics b/applications/luci-statistics/root/etc/init.d/luci_statistics
index 54faa411d..55999a8f7 100755
--- a/applications/luci-statistics/root/etc/init.d/luci_statistics
+++ b/applications/luci-statistics/root/etc/init.d/luci_statistics
@@ -21,7 +21,7 @@ start() {
restart() {
### regenerate config / prepare environment
- start()
+ start
### restart collectd
/etc/init.d/collectd restart