From c2db2b770afdec02104a0451ac16068ca8865269 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Sat, 7 Mar 2015 22:22:53 +0100 Subject: [PATCH] Bug 13785: (QA followup) koha-disable should stop the indexer daemon Signed-off-by: Tomas Cohen Arazi --- debian/scripts/koha-disable | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/scripts/koha-disable b/debian/scripts/koha-disable index cef45d8..2e2e67a 100755 --- a/debian/scripts/koha-disable +++ b/debian/scripts/koha-disable @@ -69,6 +69,9 @@ do if is_zebra_running $name; then koha-stop-zebra $name fi + if is_indexer_running $name; then + koha-indexer --stop $name + fi elif [ "$RET" = 2 ]; then warn "Error: Apache configuration file not present for instance $name." else -- 2.3.2