mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
timeout for getting latest release
This commit is contained in:
parent
e21471b030
commit
d1f256173e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ shell_list() {
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
||||||
# Checking official latest version
|
# Checking official latest version
|
||||||
latest=$(wget -q -T 1 -t 1 http://c.myvestacp.com/latest.txt -O -)
|
latest=$(wget -q -T 3 -t 1 http://c.myvestacp.com/latest.txt?check -O -)
|
||||||
|
|
||||||
# Checking installed vesta version
|
# Checking installed vesta version
|
||||||
if [ -d "/etc/sysconfig" ]; then
|
if [ -d "/etc/sysconfig" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue