11 Jun
2020
11 Jun
'20
10:41 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25538 --- Comment #16 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I think the env vars must be kept if --preserve-env is passed. But in that case we should do the test in the bashrc (if vars exist, don't reset them with the default values). Also I guess the following lines should be removed (var must be defined in bashrc?) 51 "env " 52 . "KOHA_CONF=/etc/koha/sites/$instance/koha-conf.xml " 53 . "PERL5LIB=$perl5lib But we are going to far, the whole script needs its own bug report (if the above is correct). -- You are receiving this mail because: You are watching all bug changes.