From 4c0f299551b450ad9dc917dccb954cf0538a5901 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=UTF-8 Content-Transfer-Encoding: 8bit Followed test plan. Patch functions as described and both commands execute. Signed-off-by: Dilan Johnpullé --- 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 1312ee3..cdfa63d 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 <