mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 14:24:07 -07:00
Merge pull request #137 from umutkorkmaaz/master
Update v-install-wordpress
This commit is contained in:
commit
7fe43c33bc
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ source /etc/profile
|
||||||
source /usr/local/vesta/func/main.sh
|
source /usr/local/vesta/func/main.sh
|
||||||
source /usr/local/vesta/func/db.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 #
|
# Verifications #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue