diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-09-23 10:13:03 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-09-23 10:13:03 +0200 |
commit | 4c39139bd2b67c2208ebaf13d785676ecdc19c27 (patch) | |
tree | 197a15a43ae3aca0f212977af770cde2667138ae /config | |
parent | 479e4410c5625818bcdfd3da434f0b3cdb70c987 (diff) | |
parent | 7d22f4b63422fc9f7e2827b8b16260bd594ee3fa (diff) | |
download | nextcloud-server-4c39139bd2b67c2208ebaf13d785676ecdc19c27.tar.gz nextcloud-server-4c39139bd2b67c2208ebaf13d785676ecdc19c27.zip |
Merge pull request #11242 from owncloud/fix-10284
Use non-empty defaults for preview cmd line
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 3a2f3308e13..8d9bb975662 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -282,7 +282,7 @@ $CONFIG = array( /* custom path for libreoffice / openoffice binary */ 'preview_libreoffice_path' => '/usr/bin/libreoffice', /* cl parameters for libreoffice / openoffice */ -'preview_office_cl_parameters' => '', +'preview_office_cl_parameters' => ' --headless --nologo --nofirststartwizard --invisible --norestore -convert-to pdf -outdir ', /** * Only register providers that have been explicitly enabled |