@@ -, +, @@ name --- debian/koha-common.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/debian/koha-common.postinst +++ a/debian/koha-common.postinst @@ -146,7 +146,7 @@ log4perl_component() # Take care of the instance's log4perl.conf file for site in $(koha-list); do log4perl_config="/etc/koha/sites/$site/log4perl.conf" - if !log4perl_component $log4perl_config "z3950"; then + if ! log4perl_component $log4perl_config "z3950"; then cat <> $log4perl_config log4perl.logger.z3950 = WARN, Z3950 log4perl.appender.Z3950=Log::Log4perl::Appender::File --