[Pkg-owncloud-commits] [owncloud-doc] 98/110: The text edited and listed should be the same
David Prévot
taffit at moszumanska.debian.org
Fri Feb 6 21:10:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit a2108643a781ea7454d49646af0fd465cad439ea
Author: Jakob Sack <mail at jakobsack.de>
Date: Mon Jan 26 14:20:23 2015 +0100
The text edited and listed should be the same
---
admin_manual/configuration/background_jobs_configuration.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/admin_manual/configuration/background_jobs_configuration.rst b/admin_manual/configuration/background_jobs_configuration.rst
index 9fa76b8..36d0a75 100644
--- a/admin_manual/configuration/background_jobs_configuration.rst
+++ b/admin_manual/configuration/background_jobs_configuration.rst
@@ -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**.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list