I have a script in cron.daily that runs at a certain time every morning. I need to change the time that it is run.
How do I change the time cron.daily runs the scripts?
I have a script in cron.daily that runs at a certain time every morning. I need to change the time that it is run.
How do I change the time cron.daily runs the scripts?
If the line wasn't there, this will not solve anything.
Try finding where cron.daily is mentioned, with
grep -R cron.daily /etc
Then take it from there.
You want to do two things:
00 10 * * * /path/to/script