From b6e7c18e290f3e57b156bd5e745d52ce794c5497 Mon Sep 17 00:00:00 2001 From: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com> Date: Wed, 13 Oct 2021 11:52:52 +0200 Subject: [PATCH] Vesta-ioncube is missing Added check for vesta-ioncube --- bin/v-update-sys-vesta | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/v-update-sys-vesta b/bin/v-update-sys-vesta index 6b0c78046..2e0d090b9 100755 --- a/bin/v-update-sys-vesta +++ b/bin/v-update-sys-vesta @@ -38,6 +38,9 @@ fi if [ "$package" = "vesta-php" ]; then valid=1 fi +fi [ "$package" = "vesta-ioncube" ]; then + valid=1 +fi if [ "$package" = "vesta-softaculous" ]; then valid=1 fi