diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-07-01 07:37:37 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-07-01 07:37:37 -0400 |
| commit | c03bc90ce47f1bf340f06f036b78c1483f005211 (patch) | |
| tree | 67c54cbd9c086441b78213d6f5b841c95b85431f | |
| parent | 22d0d755062fe8b4f8eef08e2faeb896d525ef35 (diff) | |
safety
| -rw-r--r-- | cron.html | 2 | ||||
| -rw-r--r-- | rss.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -56,7 +56,7 @@ | | | | .---- day of week (0 - 6) | | | | | * * * * * -30 3 * * 1 apt -y update && apt -y dist-upgrade</code></pre> +30 3 * * 1 apt -y update && apt -y upgrade</code></pre> <h3>Some notes</h3> <ul> @@ -317,7 +317,7 @@ mkdir git</code></pre> | | | | .---- day of week (0 - 6) | | | | | * * * * * -30 3 * * 1 apt -y update && apt -y dist-upgrade</code></pre> +30 3 * * 1 apt -y update && apt -y upgrade</code></pre> <h3>Some notes</h3> <ul> <li>On the day of the week option, Sunday is 0 and counting up from there, Saturday will be 6.</li> |
