diff options
author | 2011-10-15 14:22:28 +0200 | |
---|---|---|
committer | 2011-10-15 14:22:28 +0200 | |
commit | f50d53a759554a2a21be7ca638dce7ca81a2712c (patch) | |
tree | bcca663ef6c335628a61c6cb37eb4e2429c097a7 | |
parent | Bump the version number post-release. (diff) | |
download | bugzilla-f50d53a759554a2a21be7ca638dce7ca81a2712c.tar.gz bugzilla-f50d53a759554a2a21be7ca638dce7ca81a2712c.tar.bz2 bugzilla-f50d53a759554a2a21be7ca638dce7ca81a2712c.zip |
Bug 445804: Suggested crontab configuration opens security hole
r/a=mkanat
-rw-r--r-- | docs/en/xml/installation.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index e0e801369..cb45590be 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1366,7 +1366,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s daily at 5 after midnight: </para> - <programlisting>5 0 * * * cd <your-bugzilla-directory> ; ./collectstats.pl</programlisting> + <programlisting>5 0 * * * cd <your-bugzilla-directory> && ./collectstats.pl</programlisting> <para> After two days have passed you'll be able to view bug graphs from @@ -1397,7 +1397,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s graphs. This example runs it at 12.55am. </para> - <programlisting>55 0 * * * cd <your-bugzilla-directory> ; ./whineatnews.pl</programlisting> + <programlisting>55 0 * * * cd <your-bugzilla-directory> && ./whineatnews.pl</programlisting> <note> <para> @@ -1427,7 +1427,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s graphs. This example runs it every 15 minutes. </para> - <programlisting>*/15 * * * * cd <your-bugzilla-directory> ; ./whine.pl</programlisting> + <programlisting>*/15 * * * * cd <your-bugzilla-directory> && ./whine.pl</programlisting> <note> <para> |