summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/ipkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-06-27 14:35:21 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-06-27 14:35:21 +0000
commit6bc9c000e840de5099099ebce0fbf611ea8db7d7 (patch)
tree346b21b34450ba79b75784ea644aea364542c76b /applications/luci-statistics/ipkg
parentc443a549be7b869ae2664028dc781a2ca24ff91f (diff)
applications/luci-statistics: add workaround for nixio io bug during config creation
Diffstat (limited to 'applications/luci-statistics/ipkg')
-rwxr-xr-xapplications/luci-statistics/ipkg/postinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-statistics/ipkg/postinst b/applications/luci-statistics/ipkg/postinst
index 8d52ec2d3..7e81b3667 100755
--- a/applications/luci-statistics/ipkg/postinst
+++ b/applications/luci-statistics/ipkg/postinst
@@ -4,4 +4,6 @@
/etc/init.d/luci_statistics enabled || /etc/init.d/luci_statistics enable
/etc/init.d/collectd enabled || /etc/init.d/collectd enable
+
+ exit 0
}