View | Details | Raw Unified | Return to bug 20428
Collapse All | Expand All

(-)a/debian/scripts/koha-create (-2 / +1 lines)
Lines 460-466 fi Link Here
460
460
461
[ $# -ge 1 ] && [ $# -le 16 ] || ( usage ; die "Error: wrong parameters" )
461
[ $# -ge 1 ] && [ $# -le 16 ] || ( usage ; die "Error: wrong parameters" )
462
462
463
TEMP=`getopt -o chrpm:l:d:f:b:a: -l create-db,request-db,populate-db,use-db,enable-sru,sru-port:,help,marcflavor:,auth-idx:,biblio-idx:,zebralang:,defaultsql:,configfile:,passwdfile:,dbhost:,database:,adminuser:,memcached-servers:,memcached-prefix:,template-cache-dir:,upload-path:,letsencrypt, \
463
TEMP=`getopt -o chrpm:l:d:f:b:a: -l create-db,request-db,populate-db,use-db,enable-sru,sru-port:,help,marcflavor:,auth-idx:,biblio-idx:,zebralang:,defaultsql:,configfile:,passwdfile:,dbhost:,database:,adminuser:,memcached-servers:,memcached-prefix:,template-cache-dir:,upload-path:,upload-tmp-path:,letsencrypt, \
464
     -n "$0" -- "$@"`
464
     -n "$0" -- "$@"`
465
465
466
# Note the quotes around `$TEMP': they are essential!
466
# Note the quotes around `$TEMP': they are essential!
467
- 

Return to bug 20428