Bugzilla – Attachment 147701 Details for
Bug 33108
We need a way to launch the ES indexer automatically
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33108: (follow-up) Fix typo
Bug-33108-follow-up-Fix-typo.patch (text/plain), 1.22 KB, created by
Nick Clemens (kidclamp)
on 2023-03-03 15:34:43 UTC
(
hide
)
Description:
Bug 33108: (follow-up) Fix typo
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-03-03 15:34:43 UTC
Size:
1.22 KB
patch
obsolete
>From a58992ba92295d1e0d513a320ef1c873333be040 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 3 Mar 2023 15:18:43 +0000 >Subject: [PATCH] Bug 33108: (follow-up) Fix typo > >--- > debian/koha-common.init | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/debian/koha-common.init b/debian/koha-common.init >index a05e85039a..4f0bae90e4 100755 >--- a/debian/koha-common.init >+++ b/debian/koha-common.init >@@ -71,7 +71,7 @@ do_start() > koha-indexer --start --quiet $(koha-list --enabled) > fi > >- koha-es-indexer --start --quiet $(koha-list --enabled --elasticsearcvh) >+ koha-es-indexer --start --quiet $(koha-list --enabled --elasticsearch) > } > > # >@@ -93,7 +93,7 @@ do_stop() > koha-indexer --stop --quiet $(koha-list --enabled) > fi > >- koha-es-indexer --stop --quiet $(koha-list --enabled --elasticsearcvh) >+ koha-es-indexer --stop --quiet $(koha-list --enabled --elasticsearch) > } > > # >@@ -113,7 +113,7 @@ do_reload() { > koha-indexer --restart --quiet $(koha-list --enabled) > fi > >- koha-es-indexer --restart --quiet $(koha-list --enabled --elasticsearcvh) >+ koha-es-indexer --restart --quiet $(koha-list --enabled --elasticsearch) > } > > # >-- >2.30.2
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 33108
:
147560
|
147574
|
147575
|
147576
|
147617
|
147618
|
147619
|
147620
|
147701
|
147702
|
148328
|
148329
|
148330
|
148331
|
148332