Bugzilla – Attachment 121863 Details for
Bug 28511
Road types in OPAC should prefer OPAC description if one exists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27348: Fix test on ALTERNATE_INDEXER_DAEMON in koha-indexer
Bug-27348-Fix-test-on-ALTERNATEINDEXERDAEMON-in-ko.patch (text/plain), 1.03 KB, created by
Nick Clemens (kidclamp)
on 2021-06-11 16:46:44 UTC
(
hide
)
Description:
Bug 27348: Fix test on ALTERNATE_INDEXER_DAEMON in koha-indexer
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-06-11 16:46:44 UTC
Size:
1.03 KB
patch
obsolete
>From a84ffff13032cf3e2f56bc9f7ea386657282d033 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 7 Jan 2021 10:55:35 +0100 >Subject: [PATCH] Bug 27348: Fix test on ALTERNATE_INDEXER_DAEMON in > koha-indexer > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> > >https://bugs.koha-community.org/show_bug.cgi?id=28511 >--- > debian/scripts/koha-indexer | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-indexer b/debian/scripts/koha-indexer >index 03060f69a0..4635d2b40a 100755 >--- a/debian/scripts/koha-indexer >+++ b/debian/scripts/koha-indexer >@@ -201,7 +201,7 @@ done > adjust_paths_dev_install $1 > > # Check if an alternate indexer has been set >-if [ ! -z $ALTERNATE_INDEXER_DAEMON ]; then >+if [ ! -z "$ALTERNATE_INDEXER_DAEMON" ]; then > INDEXER_DAEMON="$ALTERNATE_INDEXER_DAEMON" > else > # We default to rebuild_zebra.pl if no alternate indexer set >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28511
:
121692
|
121696
|
121863
|
122214