Don't daemonize magent.
Closes issue http://bugs.joindiaspora.com/issues/532.
This commit is contained in:
parent
86470dc15b
commit
4d6295a292
1 changed files with 1 additions and 1 deletions
|
|
@ -50,5 +50,5 @@ fi
|
||||||
|
|
||||||
mkdir -p -v log/thin/
|
mkdir -p -v log/thin/
|
||||||
bundle exec ruby ./script/websocket_server.rb&
|
bundle exec ruby ./script/websocket_server.rb&
|
||||||
bundle exec magent start -d --log-path=log/
|
bundle exec magent start --log-path=log/ &
|
||||||
bundle exec thin start $args
|
bundle exec thin start $args
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue