From de7f3ae78d09f56d8de9319d3e2cd4a6ca2a84ae 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 --- debian/scripts/koha-create | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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.2.5