Merge pull request #31866 from guettli/patch-2
Added "OR sun,mon,tue,wed,thu,fri,sat" to CronJob
This commit is contained in:
commit
4ea72404aa
|
|
@ -69,7 +69,7 @@ takes you through this example in more detail).
|
||||||
# │ │ │ ┌───────────── month (1 - 12)
|
# │ │ │ ┌───────────── month (1 - 12)
|
||||||
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday;
|
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday;
|
||||||
# │ │ │ │ │ 7 is also Sunday on some systems)
|
# │ │ │ │ │ 7 is also Sunday on some systems)
|
||||||
# │ │ │ │ │
|
# │ │ │ │ │ OR sun, mon, tue, wed, thu, fri, sat
|
||||||
# │ │ │ │ │
|
# │ │ │ │ │
|
||||||
# * * * * *
|
# * * * * *
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue