mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
The text edited and listed should be the same
This commit is contained in:
parent
c29acba7c5
commit
b9e16b98cd
@ -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**.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user