Test using the config in the instance temp folder
This commit is contained in:
parent
7bee3b6df0
commit
41f7d890cf
@ -28,7 +28,8 @@ class Config {
|
||||
$params = ' --headless --convert-to ' . escapeshellarg($targetFilter) . ' --outdir '
|
||||
. escapeshellarg($outdir)
|
||||
. ' --writer '. escapeshellarg($infile)
|
||||
. ' -env:UserInstallation=file://' . escapeshellarg(get_temp_dir()) . ' 2>&1'
|
||||
. ' -env:UserInstallation=file://'
|
||||
. escapeshellarg(get_temp_dir() . '/owncloud-' . \OC_Util::getInstanceId().'/') . ' 2>&1'
|
||||
;
|
||||
file_put_contents($infile, $input);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user