[Koha-bugs] [Bug 18564] kola-common.cnf parsing is too restrictive

2017-05-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18564 --- Comment #2 from Eric Vantillard --- maybe something like that awk ' BEGIN { FS="=" } $1 ~/\[/ { inclient=0 } $1 ~/\[client\]/ { inclient=1 next } inclient==1 && $1

[Koha-bugs] [Bug 18564] kola-common.cnf parsing is too restrictive

2017-05-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18564 --- Comment #1 from Eric Vantillard --- adding spaces around the equal sign will resolve the issue the problem is in kohl-create function getmysqlhost()