@@ -, +, @@ --- debian/scripts/koha-stop-zebra | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/debian/scripts/koha-stop-zebra +++ a/debian/scripts/koha-stop-zebra @@ -33,5 +33,5 @@ do --stop \ -- \ zebrasrv \ - -f "/etc/koha/sites/$name/koha-conf.xml" + -f "/etc/koha/sites/$name/koha-conf.xml" || true done --