mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Not creating default admin database
This commit is contained in:
parent
72029bb578
commit
9eedd3e1b2
1 changed files with 4 additions and 4 deletions
|
@ -1372,10 +1372,10 @@ if [ "$apache" = 'yes' ] && [ "$nginx" = 'yes' ] ; then
|
|||
fi
|
||||
|
||||
# Configuring mysql host
|
||||
if [ "$mysql" = 'yes' ]; then
|
||||
$VESTA/bin/v-add-database-host mysql localhost root $mpass
|
||||
# $VESTA/bin/v-add-database admin default default $(gen_pass) mysql
|
||||
fi
|
||||
# if [ "$mysql" = 'yes' ]; then
|
||||
# $VESTA/bin/v-add-database-host mysql localhost root $mpass
|
||||
# # $VESTA/bin/v-add-database admin default default $(gen_pass) mysql
|
||||
# fi
|
||||
|
||||
# Configuring pgsql host
|
||||
if [ "$postgresql" = 'yes' ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue