mirror of
https://github.com/myvesta/vesta.git
synced 2025-03-12 04:35:23 -07:00
conf/mariadb_installed and conf/mysql8_installed
This commit is contained in:
parent
3a688f33fa
commit
aeb210433f
@ -1207,6 +1207,14 @@ fi
|
||||
#----------------------------------------------------------#
|
||||
|
||||
if [ "$mysql" = 'yes' ] || [ "$mysql8" = 'yes' ]; then
|
||||
|
||||
if [ "$mysql" = 'yes' ]; then
|
||||
touch $VESTA/conf/mariadb_installed
|
||||
fi
|
||||
if [ "$mysql8" = 'yes' ]; then
|
||||
touch $VESTA/conf/mysql8_installed
|
||||
fi
|
||||
|
||||
if [ "$mysql" = 'yes' ]; then
|
||||
echo "=== Configure MariaDB"
|
||||
mycnf="my-small.cnf"
|
||||
|
Loading…
x
Reference in New Issue
Block a user