mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Increase test for glorytun
This commit is contained in:
parent
c1f972a07e
commit
2ed65550c9
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ if [ "$(uci -q get omr-tracker.glorytun)" = "" ]; then
|
|||
uci -q batch <<-EOF >/dev/null
|
||||
set omr-tracker.glotytun=interface
|
||||
set omr-tracker.glorytun.type="none"
|
||||
set omr-tracker.glorytun.timeout=5
|
||||
set omr-tracker.glorytun.timeout=10
|
||||
set omr-tracker.glorytun.tries=5
|
||||
set omr-tracker.glorytun.interval=4
|
||||
set omr-tracker.glorytun.interval=5
|
||||
commit omr-tracker
|
||||
EOF
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue