Update v-update-sys-vesta-all

This commit is contained in:
dpeca 2019-07-18 03:29:14 +02:00 committed by GitHub
commit 881d620cd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ source $VESTA/conf/vesta.conf
#----------------------------------------------------------#
# Starting update loop
for package in vesta vesta-nginx vesta-php vesta-ioncube vesta-softaculous; do
for package in vesta vesta-nginx vesta-php; do
$BIN/v-update-sys-vesta "$package"
done