@@ -, +, @@ file --- debian/scripts/koha-z3950-responder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/debian/scripts/koha-z3950-responder +++ a/debian/scripts/koha-z3950-responder @@ -110,7 +110,7 @@ start_z3950() if ! is_z3950_running ${instancename}; then export KOHA_CONF="/etc/koha/sites/${instancename}/koha-conf.xml" - Z3950_ADDITIONAL_OPTS="$( xmlstarlet sel -t -v 'yazgfs/config/z3950_responder_options' $KOHA_CONF )" + Z3950_ADDITIONAL_OPTS="$( xmlstarlet sel -t -v 'yazgfs/config/z3950_responder_options' $KOHA_CONF || true )" log_daemon_msg "Starting Z39.50/SRU daemon for ${instancename}" --