mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
parent
80c2e06bfe
commit
70dc40661a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue