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:
-rw-r--r--owncloud-collabora-online.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/owncloud-collabora-online.spec.in b/owncloud-collabora-online.spec.in
index 05cb87d6..9a37167b 100644
--- a/owncloud-collabora-online.spec.in
+++ b/owncloud-collabora-online.spec.in
@@ -48,6 +48,7 @@ tar cf - . | (cd %{buildroot}/srv/www/htdocs/owncloud/apps/richdocuments && tar
%post
chown -R wwwrun:www /srv/www/htdocs/owncloud/apps
+su -s /bin/bash -c "php /srv/www/htdocs/owncloud/occ config:system:set --value='\OC\Memcache\APCu' memcache.local" wwwrun
su -s /bin/bash -c "php /srv/www/htdocs/owncloud/occ app:enable richdocuments" wwwrun
systemctl restart apache2.service