From 4807486d09665f830c0d5a558cd66627c2698878 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 6 Mar 2020 11:58:01 +0100 Subject: [PATCH] Added --- 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 9860d49..275c0e2 100644 --- a/CMS/nextcloud/nextcloud-init.sh +++ b/CMS/nextcloud/nextcloud-init.sh @@ -1,3 +1,4 @@ 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 +echo "*/5 * * * * www-data php -f /var/DOMAINname/www/nextcloud/cron.php > /dev/null 2>&1" >> /etc/crontab rm -f /etc/update-motd.d/50-nextnotice \ No newline at end of file