From ecb124c2789ff49dadeeb4ad83c6008e207141a2 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sun, 30 May 2021 23:32:06 +0200 Subject: [PATCH] fix comment --- nextcloud_install_production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 5e0c35be..b6aee84e 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -487,7 +487,7 @@ nextcloud_occ status sleep 3 echo -# Prepare cron.php to be run every 15 minutes +# Prepare cron.php to be run every 5 minutes crontab -u www-data -l | { cat; echo "*/5 * * * * php -f $NCPATH/cron.php > /dev/null 2>&1"; } | crontab -u www-data - # Run the updatenotification on a schedule