mirror of
https://github.com/myvesta/vesta
synced 2025-07-07 05:21:50 -07:00
conf/mariadb_installed and conf/mysql8_installed
This commit is contained in:
parent
3a688f33fa
commit
aeb210433f
1 changed files with 8 additions and 0 deletions
|
@ -1207,6 +1207,14 @@ fi
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
||||||
if [ "$mysql" = 'yes' ] || [ "$mysql8" = 'yes' ]; then
|
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
|
if [ "$mysql" = 'yes' ]; then
|
||||||
echo "=== Configure MariaDB"
|
echo "=== Configure MariaDB"
|
||||||
mycnf="my-small.cnf"
|
mycnf="my-small.cnf"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue