From 21c07d4c63f493288bef6d7af42f01fc67c65108 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Sat, 15 Oct 2011 14:17:54 +0200 Subject: Bug 445804: Suggested crontab configuration opens security hole r/a=mkanat --- docs/en/xml/installation.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 51ce88113..e43c567b8 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1362,7 +1362,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s daily at 5 after midnight: - 5 0 * * * cd <your-bugzilla-directory> ; ./collectstats.pl + 5 0 * * * cd <your-bugzilla-directory> && ./collectstats.pl After two days have passed you'll be able to view bug graphs from @@ -1393,7 +1393,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s graphs. This example runs it at 12.55am. - 55 0 * * * cd <your-bugzilla-directory> ; ./whineatnews.pl + 55 0 * * * cd <your-bugzilla-directory> && ./whineatnews.pl @@ -1423,7 +1423,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s graphs. This example runs it every 15 minutes. - */15 * * * * cd <your-bugzilla-directory> ; ./whine.pl + */15 * * * * cd <your-bugzilla-directory> && ./whine.pl -- cgit v1.2.3-24-g4f1b