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