icingaweb2: Update test to get httpd logs

This commit is contained in:
Markus Frosch 2017-06-07 11:17:56 +02:00
parent f9547803d7
commit ee9f5723db

View File

@ -63,6 +63,6 @@ else
echo "====================================="
cat "$output"
echo "====================================="
cat /var/log/httpd/*error* /var/log/apache2/*error*
sudo sh -ex <<<'cat /var/log/httpd/*error* /var/log/apache2/*error*'
exit 1
fi