Fix if statement typo

This commit is contained in:
Ruben Bosch 2021-10-30 13:12:48 +02:00 committed by Ruben Bosch
commit 4b8d239e32
No known key found for this signature in database
GPG key ID: 5A510F154BE75E6A

View file

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