Crontab not running ruby script

后端 未结 5 811
眼角桃花
眼角桃花 2021-02-15 15:15

The crontab -l below doesn\'t seem to run. The script run by hand runs fine. Here is the error i\'m seeing

Dec  3 20:12:01 dahlia /USR/SBIN/CRON[13912]: (gigawat         


        
5条回答
  •  感情败类
    2021-02-15 15:55

    Solved it, i was calling two files in my code and it couldn't find those files. I editing the .rb file to include the full path and it works perfectly now. Thanks everyone!

提交回复
热议问题