From ceaf74a287f35986115716700de9a32086d33656 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Tue, 31 Oct 2017 02:28:58 +0000 Subject: [PATCH] Bug 19547: Deal with --create-db missing debian.cnf issue MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Followed test plan. Patch functions as described and both commands execute. Signed-off-by: Dilan Johnpullé Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart --- debian/scripts/koha-create | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create index 1312ee3841..cdfa63d813 100755 --- a/debian/scripts/koha-create +++ b/debian/scripts/koha-create @@ -706,7 +706,13 @@ then # Set up MySQL database for this instance. if [ "$op" = create ] then - mysql --defaults-extra-file=/etc/mysql/koha-common.cnf <