From b4e17c04c245803bb15e10e6b11263b69d4e08d3 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 5 Mar 2020 15:03:54 +0100 Subject: [PATCH] Add 'CMS/nextcloud/nextcloud-init.sh' --- CMS/nextcloud/nextcloud-init.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CMS/nextcloud/nextcloud-init.sh diff --git a/CMS/nextcloud/nextcloud-init.sh b/CMS/nextcloud/nextcloud-init.sh new file mode 100644 index 0000000..9db867b --- /dev/null +++ b/CMS/nextcloud/nextcloud-init.sh @@ -0,0 +1,3 @@ +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-indicescc +rm -f /etc/update-motd.d/50-nextnotice \ No newline at end of file