Commit 0d0aa1356059e1bf6ea867ffcd5fb004d7ca9930
1 parent
adc31e98
Exists in
production
fix unicorn path
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
start.sh
@@ -11,4 +11,4 @@ if [ -f config/envvars ]; then | @@ -11,4 +11,4 @@ if [ -f config/envvars ]; then | ||
11 | source config/envvars | 11 | source config/envvars |
12 | fi | 12 | fi |
13 | 13 | ||
14 | -ruby -S bundle exec bin/unicorn --config-file config/unicorn.rb --daemonize | 14 | +ruby -S bundle exec unicorn --config-file config/unicorn.rb --daemonize |