Skip to content

Commit a42619c

Browse files
committed
fix for custom mysql password
1 parent c9d9375 commit a42619c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/vst-install-ubuntu.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@ if [ -z "$mpass" ]; then
605605
fi
606606

607607
# MySQL configuration
608-
mpass=$(gen_pass)
609608
wget $CHOST/$VERSION/my.cnf -O /etc/mysql/my.cnf
610609
mysql_install_db
611610
if [ "$release" != '14.04' ]; then

0 commit comments

Comments
 (0)