https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19445
--- Comment #1 from Nick Clemens <[email protected]> --- Added below on the BWS sandboxes, probably need to add a test for if ES enabled? 202 eval { 203 Run->new( qq|perl $koha_src_path/misc/search_tools/rebuild_elastic_search.pl -d| ); 204 }; 205 if ( $@ ) { 206 push @errors, "Cannot rebuild elastic: " . $@; 207 } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
