From b4d18ab4b8f7a83f12baf23c867f220543176641 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Tue, 9 Oct 2018 12:06:04 +0200 Subject: [PATCH] Update install-nextcloud.sh --- install-nextcloud.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index d2b4425..32048bd 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -666,6 +666,8 @@ sudo -u www-data php /var/www/nextcloud/occ db:convert-filecache-bigint /usr/sbin/service nginx start nextcloud_scan_data restart_all_services +### issue the cron.php once +sudo -u www-data php /var/www/nextcloud/cron.php clear echo "" echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"