From 7b5ebb093f02938fb14776b853dbbaf28d6e3d3e Mon Sep 17 00:00:00 2001 From: jkaberg Date: Tue, 12 Aug 2014 02:04:38 +0200 Subject: [PATCH] properly chmod HTMLPurifier --- setup/owncloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 07d0a944..5f083739 100644 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -76,6 +76,7 @@ fi # Currently the mail app dosnt ship with the dependencies, so we need to install them curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/lib/owncloud/apps/mail php /usr/local/lib/owncloud/apps/mail/composer.phar install --working-dir=/usr/local/lib/owncloud/apps/mail +chmod -R 777 /usr/local/lib/owncloud/apps/mail/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer # TODO: enable mail app in ownCloud config?