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