Until now, I have never attempted adding a crontask on my Mac. To my surprise, it threw an error..
[hayek@mac:/www/] 02:33:22 PM: crontab -e 1 .
crontab: no crontab for hayek - using an empty one
crontab: "/usr/bin/vi" exited with status 1
How can I figure out why it's throwing that error?
I'm running Mac OS X Lion 10.7.2
crontab fileto install the table from an external file? Or using a different editor likeEDITOR=NANO crontab -e? – Lri Nov 21 '11 at 6:22crontab -lshow? Are there any other messages in/var/log/cron.logor/var/log/system.log? – Doug Harris Nov 21 '11 at 18:38