summaryrefslogtreecommitdiffstats
path: root/docs/en
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2011-10-15 14:19:30 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-10-15 14:19:30 +0200
commit8a82dbf41b8af937a012f7f7e7f27a33a4d5a222 (patch)
tree5982a981988aca9ef32707183cdb0f8237e56391 /docs/en
parent2a35b3a039ad2d5d660cc2f0f81c30f3b067e461 (diff)
downloadbugzilla-8a82dbf41b8af937a012f7f7e7f27a33a4d5a222.tar.gz
bugzilla-8a82dbf41b8af937a012f7f7e7f27a33a4d5a222.tar.xz
Bug 445804: Suggested crontab configuration opens security hole
r/a=mkanat
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/xml/installation.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 8df457439..cfd9f14f3 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1369,7 +1369,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
daily at 5 after midnight:
</para>
- <programlisting>5 0 * * * cd &lt;your-bugzilla-directory&gt; ; ./collectstats.pl</programlisting>
+ <programlisting>5 0 * * * cd &lt;your-bugzilla-directory&gt; &amp;&amp; ./collectstats.pl</programlisting>
<para>
After two days have passed you'll be able to view bug graphs from
@@ -1400,7 +1400,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
graphs. This example runs it at 12.55am.
</para>
- <programlisting>55 0 * * * cd &lt;your-bugzilla-directory&gt; ; ./whineatnews.pl</programlisting>
+ <programlisting>55 0 * * * cd &lt;your-bugzilla-directory&gt; &amp;&amp; ./whineatnews.pl</programlisting>
<note>
<para>
@@ -1430,7 +1430,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
graphs. This example runs it every 15 minutes.
</para>
- <programlisting>*/15 * * * * cd &lt;your-bugzilla-directory&gt; ; ./whine.pl</programlisting>
+ <programlisting>*/15 * * * * cd &lt;your-bugzilla-directory&gt; &amp;&amp; ./whine.pl</programlisting>
<note>
<para>