comment out websocket in script/server
This commit is contained in:
parent
4a260056c0
commit
6859f97145
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ if [ "$(bundle exec ruby ./script/get_config.rb 'single_process_mode?')" != "tru
|
||||||
|
|
||||||
QUEUE=* bundle exec rake resque:work&
|
QUEUE=* bundle exec rake resque:work&
|
||||||
|
|
||||||
bundle exec ruby ./script/websocket_server.rb&
|
#bundle exec ruby ./script/websocket_server.rb&
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$(./script/get_config.rb enable_thin script_server)" = "true" ]; then
|
if [ "$(./script/get_config.rb enable_thin script_server)" = "true" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue