mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
10 lines
167 B
Bash
Executable file
10 lines
167 B
Bash
Executable file
#!/bin/sh
|
|
|
|
uci -q batch <<-EOF >/dev/null
|
|
delete ucitrack.@turboacc[-1]
|
|
add ucitrack turboacc
|
|
set ucitrack.@turboacc[-1].init=turboacc
|
|
commit ucitrack
|
|
EOF
|
|
|
|
exit 0
|