Checking official latest version

This commit is contained in:
myvesta 2020-06-21 23:43:36 +02:00 committed by GitHub
commit a4b65c07ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"