I always forget that space…
This commit is contained in:
parent
dd607fb47d
commit
a89b072d61
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue