I always forget that space…

This commit is contained in:
MrZYX 2011-05-29 16:19:20 +02:00
parent dd607fb47d
commit a89b072d61

View file

@ -174,6 +174,6 @@ if [ "$(./script/get_config.rb single_process_mode $RAILS_ENV)" = "false" ]; the
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
bundle exec thin start $args bundle exec thin start $args
fi fi