Browse Source

fix for custom mysql password

Serghey Rodin 11 years ago
parent
commit
a42619cc28
1 changed files with 0 additions and 1 deletions
  1. 0 1
      install/vst-install-ubuntu.sh

+ 0 - 1
install/vst-install-ubuntu.sh

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