aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/servers/lighttpd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/commands/servers/lighttpd.rb')
-rw-r--r--railties/lib/commands/servers/lighttpd.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/commands/servers/lighttpd.rb b/railties/lib/commands/servers/lighttpd.rb
index 456c6e0e9e..a35bc984c7 100644
--- a/railties/lib/commands/servers/lighttpd.rb
+++ b/railties/lib/commands/servers/lighttpd.rb
@@ -52,6 +52,5 @@ else
end
trap(:INT) { exit }
-Thread.new { sleep 0.5; `open http://0.0.0.0:#{port}` } if RUBY_PLATFORM =~ /darwin/
`lighttpd #{!detach ? "-D " : ""}-f #{config_file}`
tail_thread.kill if tail_thread \ No newline at end of file