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

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

Return to bug 21426