Bug 17467: Add missing --status switch handling
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 20 Oct 2016 13:00:19 +0000 (10:00 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 19 Jan 2018 18:11:14 +0000 (15:11 -0300)
RM note: I forgot this patch (no idea what happened!)

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

debian/scripts/koha-zebra

index e69fc7f..944e2e1 100755 (executable)
@@ -225,6 +225,9 @@ while [ $# -gt 0 ]; do
         --restart)
             set_action "restart"
             shift ;;
+        --status)
+            set_action "status"
+            shift ;;
         -*)
             die "Error: invalid option switch ($1)" ;;
         *)