mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Set default OMR VPS admin port
This commit is contained in:
parent
209aeaf268
commit
d72e7f9f76
1 changed files with 6 additions and 0 deletions
|
@ -40,4 +40,10 @@ if [ "$(uci -q get openmptcprouter.settings.master)" = "" ]; then
|
|||
commit openmptcprouter
|
||||
EOF
|
||||
fi
|
||||
if [ "$(uci -q get openmptcprouter.vps.port)" = "" ]; then
|
||||
uci -q batch <<-EOF
|
||||
set openmptcprouter.vps.port='65500'
|
||||
commit openmptcprouter
|
||||
EOF
|
||||
fi
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue