[Pkg-owncloud-commits] [owncloud-doc] 09/25: Fix output redirection in command example

David Prévot taffit at moszumanska.debian.org
Thu Oct 30 19:52:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 12d429bd0a55c696aff9491e7ad414ae5debe268
Author: Dieter Verfaillie <dieterv at optionexplicit.be>
Date:   Fri Oct 24 19:46:55 2014 +0200

    Fix output redirection in command example
---
 admin_manual/configuration/background_jobs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin_manual/configuration/background_jobs.rst b/admin_manual/configuration/background_jobs.rst
index 77cb2fa..952daa6 100644
--- a/admin_manual/configuration/background_jobs.rst
+++ b/admin_manual/configuration/background_jobs.rst
@@ -43,7 +43,7 @@ Using the operating system cron feature is the preferred method for executing re
 To run a cron job on a \*nix system, every 15 minutes, under the default web server user (often, ``www-data`` or ``wwwrun``), you must set up the following cron job to call the **cron.php** script::
 
   # crontab -u www-data -e
-  */15  *  *  *  * php -f /var/www/owncloud/cron.php /dev/null 2>&1
+  */15  *  *  *  * php -f /var/www/owncloud/cron.php > /dev/null 2>&1
 
 You can verify if the cron job has been added and scheduled by executing::
 

-- 
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