From 881d620cd6c49b1c102eed9cce39cf5af16e5fdf Mon Sep 17 00:00:00 2001 From: dpeca Date: Thu, 18 Jul 2019 03:29:14 +0200 Subject: [PATCH] Update v-update-sys-vesta-all --- bin/v-update-sys-vesta-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-update-sys-vesta-all b/bin/v-update-sys-vesta-all index b43fc793..75bc036f 100755 --- a/bin/v-update-sys-vesta-all +++ b/bin/v-update-sys-vesta-all @@ -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