From a42619cc28505519546b32e988f93ae989a7f024 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 4 Sep 2014 15:09:55 +0300 Subject: [PATCH] fix for custom mysql password --- install/vst-install-ubuntu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index 2ab4c5b2..16a2b1b9 100644 --- a/install/vst-install-ubuntu.sh +++ b/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