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)
committerJoy Nelson <joy@bywatersolutions.com>
Tue, 19 May 2020 21:59:31 +0000 (21:59 +0000)
commit4e2078d81b3ccb17e9794a6452578c5e87817e70
treeffe20ecc25669c433077284adbc5581ffc8ca8f7
parentb8ac29fa8ad26248fb06cee81782ff7fa2ca912f
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>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
debian/scripts/koha-create