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

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