diff options
| -rw-r--r-- | config/unicorn_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unicorn_init.sh b/config/unicorn_init.sh index a06e6ee..9fb610b 100644 --- a/config/unicorn_init.sh +++ b/config/unicorn_init.sh @@ -14,7 +14,7 @@ set -e TIMEOUT=${TIMEOUT-60} APP_ROOT=/home/demo/apps/parley/current PID=$APP_ROOT/tmp/pids/unicorn.pid -CMD="cd $APP_ROOT; bundle exec unicorn -D -c config/unicorn.rb -E production" +CMD="bundle exec unicorn -D -c $APP_ROOT/config/unicorn.rb -E production" AS_USER=username set -u |
