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