From 6d590fd6dc6ac7bba4b0479bd50e0fc5a24f8eb9 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 --- 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 9902f8e..6bf3b41 100755 --- a/debian/scripts/koha-create +++ b/debian/scripts/koha-create @@ -691,7 +691,13 @@ then # Set up MySQL database for this instance. if [ "$op" = create ] then - mysql --defaults-extra-file=/etc/mysql/koha-common.cnf <