diff options
| author | Tyler Mercier <tylermercier@gmail.com> | 2013-07-23 11:22:46 -0600 |
|---|---|---|
| committer | Tyler Mercier <tylermercier@gmail.com> | 2013-07-23 11:22:46 -0600 |
| commit | 238e261a7014ce72f33d36c061837456bb23cb4c (patch) | |
| tree | b403aae21dbb55bcc6ae5e1b67b849f8373d7970 /config | |
| parent | 6404ff45e754a7058bd4e87e7e4e062550d28413 (diff) | |
update unicorn shell script
Diffstat (limited to 'config')
| -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 |
