fix for custom mysql password

This commit is contained in:
Serghey Rodin 2014-09-04 15:09:55 +03:00
commit a42619cc28

View file

@ -605,7 +605,6 @@ if [ -z "$mpass" ]; then
fi
# MySQL configuration
mpass=$(gen_pass)
wget $CHOST/$VERSION/my.cnf -O /etc/mysql/my.cnf
mysql_install_db
if [ "$release" != '14.04' ]; then