[Pkg-owncloud-commits] [owncloud] 132/258: Use non-empty defaults

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:22:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit a6eb6383803f502bb046a239845c04e8afd728b0
Author: Victor Dubiniuk <victor.dubiniuk at gmail.com>
Date:   Mon Sep 22 23:27:41 2014 +0300

    Use non-empty defaults
---
 config/config.sample.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index d093cff..75a9d64 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -269,7 +269,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 ',
 
 /* whether avatars should be enabled */
 'enable_avatars' => true,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list