From 0e4681f91b48f78d36e5080fabdc53a6805293b2 Mon Sep 17 00:00:00 2001 From: MJ Ray Date: Tue, 30 Oct 2012 10:14:49 +0000 Subject: [PATCH] Bug 8982 make koha-create accept --database option Signed-off-by: Robin Sheat --- debian/scripts/koha-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create index b0c418c..66f2016 100755 --- a/debian/scripts/koha-create +++ b/debian/scripts/koha-create @@ -94,7 +94,7 @@ fi [ $# -ge 2 ] && [ $# -le 16 ] || die $usage -TEMP=`getopt -o crpm:l:d:f:a: -l create-db,request-db,populate-db,use-db,marcflavor:,zebralang:,defaultsql:,configfile:,passwdfile:,adminuser: \ +TEMP=`getopt -o crpm:l:d:f:b:a: -l create-db,request-db,populate-db,use-db,marcflavor:,zebralang:,defaultsql:,configfile:,passwdfile:,database:,adminuser: \ -n "$0" -- "$@"` # Note the quotes around `$TEMP': they are essential! -- 1.7.9.5