mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +00:00
8 lines
No EOL
148 B
Bash
Executable file
8 lines
No EOL
148 B
Bash
Executable file
#!/bin/sh
|
|
uci -q batch <<-EOF >/dev/null
|
|
delete ucitrack.@mail[-1]
|
|
add ucitrack mail
|
|
set ucitrack.@mail[-1].init=mail
|
|
commit ucitrack
|
|
EOF
|
|
exit 0 |