From 3551d5943669ded9fec79f47545dad2c06a1330e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 31 Jul 2025 12:17:12 +0200 Subject: [PATCH] Bug 39740: Fix adjust_paths_git_install in koha-es-indexer --- debian/scripts/koha-es-indexer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-es-indexer b/debian/scripts/koha-es-indexer index 9c2b9786c75..d1d87787799 100755 --- a/debian/scripts/koha-es-indexer +++ b/debian/scripts/koha-es-indexer @@ -204,7 +204,7 @@ if [ $# -gt 0 ]; then if is_instance $name; then - adjust_paths_dev_install $name + adjust_paths_git_install $name worker_DAEMON="${KOHA_HOME}/${KOHA_BINDIR}/workers/es_indexer_daemon.pl" export PERL5LIB -- 2.34.1