Cron不适用于mac osx且无法保存

时间:2014-10-02 11:10:27

标签: macos cron crontab whenever

我在Mac OS上每当0.9.2使用Rails 4 +

但它根本不起作用。似乎永远不会运行脚本

每当配置文件

every 1.minute do
  command "/Users/get_price_and_send_mail.rb"
end

crontab的

* * * * * /bin/bash -l -c '/Users/get_price_and_send_mail.rb'

如果我手动编辑crontab,crontab -e 并使用wq!

保存

“crontab.f3SIocnMWc”5L,349C写

然后crontab -l给了我原始结果,它没有改变。

0 个答案:

没有答案