From: MJ Ray Date: Tue, 30 Oct 2012 10:14:49 +0000 (+0000) Subject: Bug 8982 make koha-create accept --database option X-Git-Tag: v3.10.01~123^2 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=80c75dcc8f3aa11625e5cdb2d153306be10f72cb;p=koha_ffzg Bug 8982 make koha-create accept --database option Signed-off-by: Robin Sheat Passed-QA-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov --- diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create index b0c418c1bc..66f201642f 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!