Rails cron whenever, bundle: command not found

后端 未结 13 1568
星月不相逢
星月不相逢 2020-12-04 17:57

I am trying to use whenever to execute a rake task onces a day. Im getting this error

/bin/bash: bundle: command not found
/home/app/.rvm/rubies/ruby-1.9.2-p         


        
13条回答
  •  盖世英雄少女心
    2020-12-04 18:16

    [root@smbserver current]# crontab -e

    02 22 * * 1-5 /bin/bash -l -c  /shell/day.sh 
    30 14 * * 0 /bin/bash -l -c  /shell/week.sh 
    

提交回复
热议问题