mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 04:50:47 -07:00
fix for custom mysql password
This commit is contained in:
parent
c9d937567f
commit
a42619cc28
1 changed files with 0 additions and 1 deletions
|
@ -605,7 +605,6 @@ if [ -z "$mpass" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# MySQL configuration
|
# MySQL configuration
|
||||||
mpass=$(gen_pass)
|
|
||||||
wget $CHOST/$VERSION/my.cnf -O /etc/mysql/my.cnf
|
wget $CHOST/$VERSION/my.cnf -O /etc/mysql/my.cnf
|
||||||
mysql_install_db
|
mysql_install_db
|
||||||
if [ "$release" != '14.04' ]; then
|
if [ "$release" != '14.04' ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue