diff --git a/bin/v-update-sys-vesta-all b/bin/v-update-sys-vesta-all index 75bc036f1..5a42a0c09 100755 --- a/bin/v-update-sys-vesta-all +++ b/bin/v-update-sys-vesta-all @@ -21,6 +21,10 @@ source $VESTA/conf/vesta.conf # Action # #----------------------------------------------------------# + +# Checking official latest version +latest=$(wget -q -T 10 -t 1 http://c.myvestacp.com/latest.txt?check_latest -O -) + # Starting update loop for package in vesta vesta-nginx vesta-php; do $BIN/v-update-sys-vesta "$package"