Running an Automator task at night
- by Roberto Aloi
I've just created an Automator workflow and I'm using crontab to execute it at night.
The problem is that, after a while, the machine is going to sleep and a password is required (this is the intended behaviour).
Unfortunately, Automator seems to be unable to perform the task when the password is required. It works like a charm if the "password required" dialog is not displayed (before the sleep).
Any suggestion on how to solve this?