[Pkg-owncloud-commits] [owncloud] 33/50: Use non-empty defaults
David Prévot
taffit at moszumanska.debian.org
Fri Oct 17 03:12:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v6.0.6RC1
in repository owncloud.
commit f2629142b07a38b11869116750177cd316da6064
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 bfe7e5c..f32a956 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -242,7 +242,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