exec foreman in script/server
This commit is contained in:
parent
ba9aee5902
commit
5cede18e8d
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue