blob: e69ae47266f3a78b80badc44353e2786b1a71506 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/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
exit 0
}
|