From 2ce0398ff187a0f7412a844a0730c00e971d5128 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Jun 2016 16:31:27 +0200 Subject: owncloud: minor fix from Fedora --- owncloud-config.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'owncloud-config.php') diff --git a/owncloud-config.php b/owncloud-config.php index 1140054..93289ab 100644 --- a/owncloud-config.php +++ b/owncloud-config.php @@ -6,6 +6,8 @@ $CONFIG = array ( "check_for_working_htaccess" => false, "asset-pipeline.enabled" => false, "assetdirectory" => '/var/lib/owncloud', + "preview_libreoffice_path" => '/usr/bin/libreoffice', + "apps_paths" => array( 0 => -- cgit