mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Add exit to openmptcprouter uci script
This commit is contained in:
parent
74cc5c3595
commit
f368b0bf41
1 changed files with 5 additions and 1 deletions
|
@ -27,4 +27,8 @@ if [ "$(uci -q ucitrack.@network[-1].affects | grep openmptcprouter)" = "" ]; th
|
|||
commit ucitrack
|
||||
EOF
|
||||
fi
|
||||
uci -q set openmptcprouter.vps=vps
|
||||
uci -q batch <<-EOF
|
||||
set openmptcprouter.vps=vps
|
||||
commit openmptcprouter
|
||||
EOF
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue