From 9a03850bf353553fb119aba7e7c67c61fa6efba4 Mon Sep 17 00:00:00 2001 From: Christopher Berger Date: Fri, 29 May 2026 18:31:02 +0000 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0379af2..34b1e87 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,6 @@ Nextcloud background tasks run via system cron as root every 5 minutes: */5 * * * * php -f /var/www/nc.wittenberger.us/cron.php ``` -To restore after accidental removal: - Verify cron mode is set to **Cron** (not Ajax or Webcron) under **Administration → Basic Settings** in the Nextcloud UI. ---