Fix crontab example for checkout every twelve hours
This commit is contained in:
parent
53d23b97e7
commit
e6c052b9c3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21470
1 changed files with 1 additions and 1 deletions
|
@ -1928,7 +1928,7 @@ exit;</programlisting>
|
|||
&man.crontab.1; entry added:</para>
|
||||
|
||||
<programlisting># Check out the web data as biba/low every twelve hours:
|
||||
* 12 * * * web /home/web/checkout.sh</programlisting>
|
||||
0 */12 * * * web /home/web/checkout.sh</programlisting>
|
||||
|
||||
<para>This will check out the <acronym>HTML</acronym> sources
|
||||
every twelve hours on the machine.</para>
|
||||
|
|
Loading…
Reference in a new issue