mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Increase timeout for VPS status
This commit is contained in:
parent
45b7fee19b
commit
9c55b0be85
1 changed files with 2 additions and 2 deletions
|
@ -86,9 +86,9 @@ if [ "$(uci -q get openmptcprouter.settings.check_ipv6_website)" = "" ]; then
|
|||
commit openmptcprouter
|
||||
EOF
|
||||
fi
|
||||
if [ "$(uci -q get openmptcprouter.settings.status_vps_timeout)" = "" ]; then
|
||||
if [ "$(uci -q get openmptcprouter.settings.status_vps_timeout)" = "" ] || [ "$(uci -q get openmptcprouter.settings.status_vps_timeout)" = "1" ]; then
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
set openmptcprouter.settings.status_vps_timeout=1
|
||||
set openmptcprouter.settings.status_vps_timeout=3
|
||||
commit openmptcprouter
|
||||
EOF
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue