The text edited and listed should be the same

This commit is contained in:
Jakob Sack 2015-01-26 14:20:23 +01:00
parent c29acba7c5
commit b9e16b98cd

View File

@ -48,7 +48,7 @@ To run a cron job on a \*nix system, every 15 minutes, under the default web ser
You can verify if the cron job has been added and scheduled by executing::
# crontab -u www-data -l
*/15 * * * * php -f /var/www/owncloud/cron.php
*/15 * * * * php -f /var/www/owncloud/cron.php > /dev/null 2>&1
.. note:: On some systems it might be required to call **php-cli** instead of **php**.