8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
uci batch <<-EOF
|
||
|
add ucitrack luci_statistics
|
||
|
set ucitrack.@luci_statistics[-1].init=luci_statistics
|
||
|
commit ucitrack
|
||
|
EOF
|