@@ -, +, @@ --- debian/scripts/koha-zebra | 3 +++ 1 file changed, 3 insertions(+) --- a/debian/scripts/koha-zebra +++ a/debian/scripts/koha-zebra @@ -224,6 +224,9 @@ while [ $# -gt 0 ]; do --restart) set_action "restart" shift ;; + --status) + set_action "status" + shift ;; -*) die "Error: invalid option switch ($1)" ;; *) --