comment out websocket in script/server

This commit is contained in:
Jonne Haß 2012-01-04 16:58:01 +01:00
parent 4a260056c0
commit 6859f97145

View file

@ -114,7 +114,7 @@ if [ "$(bundle exec ruby ./script/get_config.rb 'single_process_mode?')" != "tru
QUEUE=* bundle exec rake resque:work&
bundle exec ruby ./script/websocket_server.rb&
#bundle exec ruby ./script/websocket_server.rb&
fi
if [ "$(./script/get_config.rb enable_thin script_server)" = "true" ]; then