28.01.2020, 09:43
This is by design (cron system utility):
The day of a command's execution can be specified by two fields — day of month, and day of week. If both fields are restricted (i.e., aren't *), the command will be run when either field matches the current time.
So you should just use a single script and check date fields manually.
The day of a command's execution can be specified by two fields — day of month, and day of week. If both fields are restricted (i.e., aren't *), the command will be run when either field matches the current time.
So you should just use a single script and check date fields manually.