1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Don't execute sidekiq w/bundle exec in EY chef

Fixes #262
This commit is contained in:
jc00ke 2012-06-21 18:33:30 -07:00
parent 80c2e06bfe
commit 70dc40661a

View file

@ -153,7 +153,7 @@ PID_FILE="/var/run/engineyard/sidekiq/$APP/$WORKER_REF.pid"
GEMFILE="$APP_ROOT/Gemfile"
SIDEKIQ="sidekiq"
if [ -f $GEMFILE ];then
SIDEKIQ="bundle exec $APP_ROOT/ey_bundler_binstubs/sidekiq"
SIDEKIQ="$APP_ROOT/ey_bundler_binstubs/sidekiq"
fi
if [ -d $APP_ROOT ]; then