- Minor
When a cron entry is made which has multiple days or multiple months, it is executed as if it is set as "*".
For example
* * * 2,4,6,8,10,12 6 /boot/custom/bin/test
The above should execute on saturdays of the even months, but instead it is executed every saturday regardless of which month it is.
The same is true when a date range (third entry) is given. Instead of the given date it is executed every day.
Giving a single day or single month entry works as expected.