Merge pull request #2074 from mix5003/fix-fi

fix incorrect open if
This commit is contained in:
Anton Reutov 2021-10-30 16:02:27 +03:00 committed by GitHub
commit 06a97a5551
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ fi
if [ "$package" = "vesta-php" ]; then if [ "$package" = "vesta-php" ]; then
valid=1 valid=1
fi fi
fi [ "$package" = "vesta-ioncube" ]; then if [ "$package" = "vesta-ioncube" ]; then
valid=1 valid=1
fi fi
if [ "$package" = "vesta-softaculous" ]; then if [ "$package" = "vesta-softaculous" ]; then