]> git.koha-community.org Git - koha.git/commit
Bug 8910 - silent warnings triggered in about.pl
authorMark Tompsett <mtompset@hotmail.com>
Fri, 12 Oct 2012 06:29:59 +0000 (14:29 +0800)
committerLiz Rea - Catalyst <liz@catalyst.net.nz>
Sun, 18 Nov 2012 23:33:43 +0000 (12:33 +1300)
commit8f241685b9bfe98101ec271d4de5fcfab7a724f2
tree2ab1684e4392a691997da3e942a82258f13911c3
parent202a2c43817a2f0c6039c43ca1f0edd2dc4a72f2
Bug 8910 - silent warnings triggered in about.pl

In order to detect the apache version, there are multiple
commands used. These may not all exist, which triggers error log
entries. By simply adding " 2> /dev/null", the errors are no
longer generated.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Liz Rea - Catalyst <liz@catalyst.net.nz>
about.pl