Make sure HTTP is up too

This commit is contained in:
Samuel Cochran 2014-03-21 14:38:11 +11:00
parent c3f6979314
commit d496655cf9
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ end
# Wait for it to boot
begin
TCPSocket.new("127.0.0.1", SMTP_PORT).close
TCPSocket.new("127.0.0.1", HTTP_PORT).close
rescue Errno::ECONNREFUSED
retry
end