diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-07-13 14:40:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 14:40:14 -0400 |
| commit | 0ece6c4ee39acff9b25cf5c45a480f63626b074a (patch) | |
| tree | ed7782424a773d3402f8b3359ae1fa87994363a6 /cron.html | |
| parent | ce84b6c8f3bfbb3d9c443e51e1a996307a1792a6 (diff) | |
| parent | 35a9260cc8149cf41f3e01d2f3d79612ed948784 (diff) | |
Merge pull request #79 from J053Fabi0/patch-2
Small typo fixed
Diffstat (limited to 'cron.html')
| -rw-r--r-- | cron.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ You can schedule anything! Some examples of what you might have done already include: <ul> <li><code>updatedb</code> to update your <code>locate</code> database</li> - <li><code>certbot</code> to update renewing of your https certs</li>) + <li><code>certbot</code> to update renewing of your https certs</li> </ul> Some tasks that you might <em>want</em> to schedule may include: <ul> @@ -47,9 +47,9 @@ Crontab expressions look like this <code>* * * * * command-to-run</code> The five elements before the command tell when the command is supposed to be run automatically. <p> - So for our Monday at 3:30AM job we would do the following: + So for our Monday at 3:30 AM job we would do the following: <p> - <pre><code>.---------------- minute (0 - 59) + <pre><code> .---------------- minute (0 - 59) | .------------- hour (0 - 23) | | .---------- day of month (1 - 31) | | | .------- month (1 - 12) |
