From 77bbfb7f92d8838ea8f330c83076e65c37f5891b Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 30 Apr 2020 15:13:57 +0200 Subject: [PATCH] Update 'CMS/nextcloud/nextcloud-init.sh' --- CMS/nextcloud/nextcloud-init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/CMS/nextcloud/nextcloud-init.sh b/CMS/nextcloud/nextcloud-init.sh index 82010c8..1d0e1b2 100644 --- a/CMS/nextcloud/nextcloud-init.sh +++ b/CMS/nextcloud/nextcloud-init.sh @@ -1,5 +1,6 @@ sudo -u www-data php /var/www/DOMAINname/html/occ db:convert-filecache-bigint sudo -u www-data php /var/www/DOMAINname/html/occ db:add-missing-indices +sudo -u www-data php /var/www/DOMAINname/html/occ config:system:set skeletondirectory --value= sudo -u www-data php /var/www/DOMAINname/html/occ config:system:set memcache.local --value='\OC\Memcache\APCu' if [ "$(systemctl is-active redis-server)" = "active" ]; then