summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-11-05 22:06:27 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-11-05 22:06:27 +0000
commit7651fd78f055c0f6373027d5dae1f2ce9e8db4c3 (patch)
tree7e33d28dcade2e336b65e00a2718be662de69e5d /applications/luci-statistics
parent9f28871ffcd8a59bc372059fe7db30eddba376ed (diff)
* luci: fix postinstall scripts
Diffstat (limited to 'applications/luci-statistics')
-rwxr-xr-xapplications/luci-statistics/ipkg/postinst6
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-statistics/ipkg/postinst b/applications/luci-statistics/ipkg/postinst
index 424d8c88d..536f4bb28 100755
--- a/applications/luci-statistics/ipkg/postinst
+++ b/applications/luci-statistics/ipkg/postinst
@@ -1,7 +1,7 @@
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-statistics ) && rm -f /etc/uci-defaults/luci-statistics
-}
-/etc/init.d/luci_statistics enable
-/etc/init.d/collectd enable
+ /etc/init.d/luci_statistics enable
+ /etc/init.d/collectd enable
+}