Merge pull request #137 from umutkorkmaaz/master

Update v-install-wordpress
This commit is contained in:
myvesta 2022-02-17 08:16:17 +01:00 committed by GitHub
commit 7fe43c33bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,12 @@ source /etc/profile
source /usr/local/vesta/func/main.sh
source /usr/local/vesta/func/db.sh
if [[ $(is_package_full 'DATABASES') = *reached* ]]; then
echo "Database limit is reached. Delete database or upgrade user package."
exit
fi
#----------------------------------------------------------#
# Verifications #
#----------------------------------------------------------#