Преглед изворни кода

fix for custom mysql password

Serghey Rodin пре 11 година
родитељ
комит
a42619cc28
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      install/vst-install-ubuntu.sh

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

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