Vesta-ioncube is missing

Added check for vesta-ioncube
This commit is contained in:
Jaap Marcus 2021-10-13 11:52:52 +02:00 committed by GitHub
commit b6e7c18e29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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