Skip to content

Commit

Permalink
simplifies unicorn.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Dec 3, 2011
1 parent 1e5521b commit dd3fd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/unicorn.sh
Expand Up @@ -4,7 +4,7 @@ set -e
TIMEOUT=${TIMEOUT-60}
APP_ROOT=$HOME/rails-contributors
PID=$APP_ROOT/tmp/pids/unicorn.pid
CMD="$HOME/.rvm/bin/ruby $APP_ROOT/bin/unicorn_rails -D -c $APP_ROOT/config/unicorn.rb -E production"
CMD="unicorn_rails -D -c $APP_ROOT/config/unicorn.rb -E production"
action="$1"
set -u

Expand Down

0 comments on commit dd3fd79

Please sign in to comment.