If you have many instances, and one of them doesn't have a zebra process, /etc/init.d/koha-common stop will fail to stop the reset as soon as it sees one of these.
*stop the rest
Created attachment 5623 [details] [review] 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.
Created attachment 5799 [details] [review] [SIGNED-OFF]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 <jcamins@cpbibliography.com>
Comment on attachment 5623 [details] [review] Bug 6929 - ensure that koha-stop-zebra will try to stop everything obsoleted by signoff
QA comment: Ian: I don't use koha-stop-zebra. This patch seems trivial, but i let you validate
Simple enough patch, adds backup value to prevent failure and exit. Marking as Passed QA
Pushed please test