When I set crontab to execute scripts every day at specific hour it does not work. When I leave the setings empty (execute every minute * * * * *) it works and scripts are executing every minute as expected. I am pretty sure the syntax of cron job is correct and the file path is correct (works when runned manualy, works when cron job is set to run everyminute). I would apreciate a help.
I know lot of people ask similar questions related to cron, but I did not find anyone having this exact issue when it runs only on certain settings.
Cron job setting that does not work
So with that my only thought is that the second syntax must be somehow incorrect.