Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-03-31 17:24:16 +0300
committerAndras Timar <andras.timar@collabora.com>2016-03-31 17:24:16 +0300
commit2b302fa1af99ccc05c38c9b29f57570e3a52fac2 (patch)
tree6626fee5f106022f72eed5818883a513e7457330 /owncloud-collabora-online.spec.in
parent79e6af8182abbb76043bb5f91c8392ee65446d42 (diff)
local file access method is deprecated by WOPI
Diffstat (limited to 'owncloud-collabora-online.spec.in')
-rw-r--r--owncloud-collabora-online.spec.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/owncloud-collabora-online.spec.in b/owncloud-collabora-online.spec.in
index 27ce5700..a7c87861 100644
--- a/owncloud-collabora-online.spec.in
+++ b/owncloud-collabora-online.spec.in
@@ -47,13 +47,6 @@ tar cf - . | (cd %{buildroot}/srv/www/htdocs/owncloud/apps/richdocuments && tar
chown -R wwwrun:www /srv/www/htdocs/owncloud/apps
su -s /bin/bash -c "php /srv/www/htdocs/owncloud/occ app:enable richdocuments" wwwrun
-getent group loolwww >/dev/null || groupadd -r loolwww
-usermod -a -G loolwww wwwrun
-usermod -a -G loolwww lool
-mkdir -p /srv/www/htdocs/owncloud/apps/richdocuments/documents-tmp
-chown wwwrun:loolwww /srv/www/htdocs/owncloud/apps/richdocuments/documents-tmp
-chmod g+ws /srv/www/htdocs/owncloud/apps/richdocuments/documents-tmp
-chmod o-rwx /srv/www/htdocs/owncloud/apps/richdocuments/documents-tmp
systemctl restart apache2.service
%changelog