https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23141 --- Comment #8 from Andreas Jonsson <andreas.jonsson@kreablo.se> --- (In reply to M. Tompsett from comment #5)
Comment on attachment 90689 [details] [review] Bug 23141: Add mysql portnumber support when populating db
Review of attachment 90689 [details] [review]: -----------------------------------------------------------------
::: debian/scripts/koha-create @@ +118,4 @@
}
getmysqlhost() { + if [ ! -f /etc/mysql/koha-common.cnf ]
No. Because koha-common.cnf was (at least last time I checked) a soft link to debian.cnf -- which triggers noise when accessing a broken link.
Sorry! This change was not supposed to be included. But I have to point out that it does not make sense to check for the existance of /etc/mysql/debian.cnf and then proceed to use /etc/mysql/koha-common.cnf -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.