1
0
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:
myvesta 2022-05-07 14:23:11 +02:00 committed by GitHub
parent 3a688f33fa
commit aeb210433f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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