Commit fd071b57 authored by Ariejan de Vroom's avatar Ariejan de Vroom

Merge pull request #582 from arenard/patch-1

Use of -p option of mkdir command to avoid message telling tmp/pids directory already exists...
parents 6af33483 47af1b7f
mkdir tmp/pids
mkdir -p tmp/pids
nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid & >> log/resque_worker.log 2>&1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment