Bug 25480: Don't hide apache error and display incorrect error
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 13 May 2020 11:05:48 +0000 (13:05 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 15 May 2020 08:57:04 +0000 (09:57 +0100)
commit741fa0b0065cf3309d02dc709292d71405f2260a
tree1dafbb63b8141b486a87f873659aaa66e35a3517
parent9ed284c0a49c280daf217240e03142ac701e8e06
Bug 25480: Don't hide apache error and display incorrect error

When searching if some apache mod are enable we are hiding the error (2> /dev/null) and display an error about the (guessed) missing module.

It can lead to wrong tracks, let display the original apache error if there is one.

This is linked with https://gitlab.com/koha-community/koha-testing-docker/-/merge_requests/119

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
debian/scripts/koha-create