简体   繁体   中英

how to run resque startup script from bash with full path

I am trying to run the following command:

/A/B/C/D/E/RAILS_ENV=staging rake deploy:resque

And the get the following error

-bash: /A/B/C/D/E/RAILS_ENV=staging: No such file or directory

But when i run the command directly from the folder it works nicely. I don't quite understand how it is supposed to work

Thanks.

cd /A/B/C/D/E && RAILS_ENV=staging; rake deploy:resque

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM