Summary: | koha-stop-zebra falls over if a zebra process isn't running | ||
---|---|---|---|
Product: | Koha | Reporter: | Robin Sheat <robin> |
Component: | Packaging | Assignee: | Robin Sheat <robin> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, dpavlin, jcamins, koha.sekjal |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 6997 | ||
Bug Blocks: | |||
Attachments: |
Bug 6929 - ensure that koha-stop-zebra will try to stop everything
[SIGNED-OFF]Bug 6929 - ensure that koha-stop-zebra will try to stop everything |
Description
Robin Sheat
2011-09-28 06:07:21 UTC
*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 |