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