Skip to content
Snippets Groups Projects
Commit dd0da137 authored by Quentin Ribac's avatar Quentin Ribac
Browse files

FIX #18831 TIME 0 revert commit on wrong branch

parent d41f0c7f
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class ConvertPdfController
$xvfb = !empty($outputWhereIs[1]);
if ($xvfb) {
$command = 'xvfb-run -a -e /dev/stderr ' . $command;
$command = 'xvfb-run ' . $command;
} else {
$command = 'export DISPLAY=:0 && ' . $command;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment