7 lines
185 B
Bash
Executable file
7 lines
185 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -n "${IPKG_INSTROOT}" ] || {
|
|
( . /etc/uci-defaults/luci-vnstat ) && rm -f /etc/uci-defaults/luci-vnstat
|
|
/etc/init.d/vnstat enabled || /etc/init.d/vnstat enable
|
|
exit 0
|
|
}
|