From: Jan Schneider Date: Sun, 20 Dec 2009 22:30:56 +0000 (+0100) Subject: Fix script name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a4b60bae60f85fc9585ecc1b11bb5819547ab72a;p=horde.git Fix script name. --- diff --git a/kronolith/docs/INSTALL b/kronolith/docs/INSTALL index 61eb0f6ff..b60d0ba8a 100644 --- a/kronolith/docs/INSTALL +++ b/kronolith/docs/INSTALL @@ -202,8 +202,8 @@ Configuring Kronolith ``kronolith/scripts/agenda.php``, and running the job once a day is recommended, e.g. at 2 a.m.:: - # Kronolith reminders - 0 2 * * * /usr/bin/php /var/www/horde/kronolith/scripts/reminders.php + # Kronolith agenda + 0 2 * * * /usr/bin/php /var/www/horde/kronolith/scripts/agenda.php Replace ``/usr/bin/php`` with the path to your PHP CLI and ``/var/www/horde/kronolith`` with the path to your Kronolith installation.