Bug 17467: Add missing --status switch handling
[koha.git] / 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)" ;;
         *)