Hello,
I have a simple cron job that I have stored on a storage dataset. It looks like this:
#!/bin/sh
echo foo >> /var/log/messages
When I run it from the command line, it works fine. But when I schedule it using a Cron Task, nothing happens. When I click on the Task Manager in the upper right, I see several instances of cronjob.run that are in status: WAITING and at 0.00%.
Any thoughts on what's going wrong here?
Thanks
I have a simple cron job that I have stored on a storage dataset. It looks like this:
#!/bin/sh
echo foo >> /var/log/messages
When I run it from the command line, it works fine. But when I schedule it using a Cron Task, nothing happens. When I click on the Task Manager in the upper right, I see several instances of cronjob.run that are in status: WAITING and at 0.00%.
Any thoughts on what's going wrong here?
Thanks