exec foreman in script/server

This commit is contained in:
Jonne Haß 2013-02-18 21:31:54 +01:00
parent ba9aee5902
commit 5cede18e8d
2 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,10 @@
* Deleting a post that was shared to Facebook now deletes it from Facebook too [#3980]( https://github.com/diaspora/diaspora/pull/3980)
## Bug Fixes
* exec foreman in ./script/server to replace the process so that we can Ctrl+C it again.
# 0.0.3.0
## Refactor

View file

@ -115,4 +115,4 @@ else
fi
echo ""
bundle exec foreman start -m "web=1,worker=$workers" -p $port
exec bundle exec foreman start -m "web=1,worker=$workers" -p $port