bundler: not executable: script/delayed_job

ε祈祈猫儿з 提交于 2019-12-12 11:26:37

问题


I'm trying to run the following command on my remote server (either via capistrano or ssh):

bundle exec RAILS_ENV=production script/delayed_job start

But I'm getting this error message: bundler: not executable: script/delayed_job

Never saw this before, and google had nothing for me. Any idea what might be the problem?


回答1:


Maybe it does not have permissions to run?

chmod +x script/delayed_job


来源:https://stackoverflow.com/questions/26958355/bundler-not-executable-script-delayed-job

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!