Removed the backgrounding of the unicorn_rails webapp start call.

This commit is contained in:
Nick Downs 2014-01-31 21:14:05 -08:00
parent 5fc3d746d2
commit 73a987ea6b

View file

@ -167,7 +167,7 @@ start() {
# Remove old socket if it exists
rm -f "$socket_path"/gitlab.socket 2>/dev/null
# Start the web server
RAILS_ENV=$RAILS_ENV script/web start &
RAILS_ENV=$RAILS_ENV script/web start
fi
# If sidekiq is already running, don't start it again.