From d1f256173ed1bf2227d486b73c7a5771faa9b334 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sun, 24 May 2020 22:27:57 +0200 Subject: [PATCH] timeout for getting latest release --- bin/v-list-sys-vesta-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-list-sys-vesta-updates b/bin/v-list-sys-vesta-updates index 69fcf9f8..acec8840 100755 --- a/bin/v-list-sys-vesta-updates +++ b/bin/v-list-sys-vesta-updates @@ -61,7 +61,7 @@ shell_list() { #----------------------------------------------------------# # 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 if [ -d "/etc/sysconfig" ]; then