From 326e83748c300ace9679244989c54ef6cffb9e5a Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 20 Oct 2016 10:00:19 -0300 Subject: [PATCH] Bug 17467: Add missing --status switch handling RM note: I forgot this patch (no idea what happened!) Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart --- debian/scripts/koha-zebra | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/scripts/koha-zebra b/debian/scripts/koha-zebra index e69fc7f912..944e2e12a1 100755 --- a/debian/scripts/koha-zebra +++ b/debian/scripts/koha-zebra @@ -225,6 +225,9 @@ while [ $# -gt 0 ]; do --restart) set_action "restart" shift ;; + --status) + set_action "status" + shift ;; -*) die "Error: invalid option switch ($1)" ;; *) -- 2.20.1