From 4b8d239e326482d227aff8f55ae982016df47013 Mon Sep 17 00:00:00 2001 From: Ruben Bosch <8641284+Rubueno@users.noreply.github.com> Date: Sat, 30 Oct 2021 13:12:48 +0200 Subject: [PATCH] Fix if statement typo --- bin/v-update-sys-vesta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-update-sys-vesta b/bin/v-update-sys-vesta index 2e0d090b9..da026ed13 100755 --- a/bin/v-update-sys-vesta +++ b/bin/v-update-sys-vesta @@ -38,7 +38,7 @@ fi if [ "$package" = "vesta-php" ]; then valid=1 fi -fi [ "$package" = "vesta-ioncube" ]; then +if [ "$package" = "vesta-ioncube" ]; then valid=1 fi if [ "$package" = "vesta-softaculous" ]; then