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

(-)a/debian/scripts/koha-create (-1 / +4 lines)
Lines 552-557 set_authorities_indexing_mode $AUTHORITIES_INDEXING_MODE $ZEBRA_MARC_FORMAT Link Here
552
552
553
name="$1"
553
name="$1"
554
554
555
if [ "$name" = "" ]; then
556
    usage ; die "Missing instance name"
557
fi
558
555
set_upload_path $name
559
set_upload_path $name
556
560
557
if [ "$USE_MEMCACHED" = "yes" ]; then
561
if [ "$USE_MEMCACHED" = "yes" ]; then
558
- 

Return to bug 18548