Merge "Remove brackets from IPv6 address in mysql cfgfile"

This commit is contained in:
Jenkins 2015-11-18 17:22:38 +00:00 committed by Gerrit Code Review
commit bcad037697
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ MYSQL_PRESEED
[client]
user=$DATABASE_USER
password=$DATABASE_PASSWORD
host=$DATABASE_HOST
host=$MYSQL_HOST
EOF
chmod 0600 $HOME/.my.cnf
fi