From aca414977ac3f16cec353c23c59a298ee828d24c Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Wed, 28 Sep 2011 19:09:01 +1300 Subject: [PATCH] Bug 6929 - ensure that koha-stop-zebra will try to stop everything Currently, if it attempts to stop a zebra process that doesn't exist, the script will abort, which leaves things running. This patch prevents it from aborting. Signed-off-by: Jared Camins-Esakov Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- debian/scripts/koha-stop-zebra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-stop-zebra b/debian/scripts/koha-stop-zebra index 3ddd697967..7f3efcc0ce 100755 --- a/debian/scripts/koha-stop-zebra +++ b/debian/scripts/koha-stop-zebra @@ -33,5 +33,5 @@ do --stop \ -- \ zebrasrv \ - -f "/etc/koha/sites/$name/koha-conf.xml" + -f "/etc/koha/sites/$name/koha-conf.xml" || true done -- 2.11.0