From a58992ba92295d1e0d513a320ef1c873333be040 Mon Sep 17 00:00:00 2001 From: Nick Clemens 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