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

(-)a/misc/migration_tools/rebuild_zebra.pl (-1 / +1 lines)
Lines 159-164 my ($biblioitemnumbertagfield,$biblioitemnumbertagsubfield) = &GetMarcFromKohaFi Link Here
159
# by koha-zebra-ctl.sh.
159
# by koha-zebra-ctl.sh.
160
160
161
my $lockdir = C4::Context->config("zebra_lockdir") // "/var/lock";
161
my $lockdir = C4::Context->config("zebra_lockdir") // "/var/lock";
162
$lockdir .= "/rebuild";
162
mkpath($lockdir, 0, oct(755)) unless (-d $lockdir);
163
mkpath($lockdir, 0, oct(755)) unless (-d $lockdir);
163
my $lockfile = $lockdir . "/rebuild..LCK";
164
my $lockfile = $lockdir . "/rebuild..LCK";
164
165
165
- 

Return to bug 11078