From eee451f8156dab4a86eb48e3a3ce69af4bf43ce4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 14 Jun 2007 06:14:17 +0000 Subject: [PATCH] - Patch #150972 by alex_b: improved instructions on how to install cron.php properly. --- INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 13485014634..9296fc2494e 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -120,7 +120,7 @@ INSTALLATION following example crontab line will activate the cron tasks automatically on the hour: - 0 * * * * wget -O - -q http://www.example.com/cron.php + 0 * * * * wget -O - -q -t 1 http://www.example.com/cron.php More information about the cron scripts are available in the admin help pages and in the Drupal handbook at drupal.org. Example scripts can be found in the