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

(-)a/debian/scripts/koha-create (-2 / +7 lines)
Lines 506-512 NO_DB Link Here
506
    die;
506
    die;
507
fi
507
fi
508
508
509
set_memcached $name
509
if [ "$USE_MEMCACHED" = "no" ]; then
510
    MEMCACHED_SERVERS=""
511
    MEMCACHED_NAMESPACE=""
512
    MEMCACHED_PREFIX=""
513
else
514
    set_memcached $name
515
fi
510
516
511
# Set template cache dir
517
# Set template cache dir
512
if [ "$CLO_TEMPLATE_CACHE_DIR" != "" ]; then
518
if [ "$CLO_TEMPLATE_CACHE_DIR" != "" ]; then
513
- 

Return to bug 21426