no-name-here commited on
Commit
02cc4c9
·
verified ·
1 Parent(s): 82dc13d

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -48,7 +48,7 @@ class Handler(http.server.BaseHTTPRequestHandler):
48
  body = b'<html><body><h2>SSH Dev Space is running</h2></body></html>'
49
  self.send_response(200)
50
  self.send_header('Content-Type', 'text/html')
51
- self.send_header('Content-Length', str(len(body)))\
52
  self.end_headers()
53
  self.wfile.write(body)
54
  def log_message(self, fmt, *args):
 
48
  body = b'<html><body><h2>SSH Dev Space is running</h2></body></html>'
49
  self.send_response(200)
50
  self.send_header('Content-Type', 'text/html')
51
+ self.send_header('Content-Length', str(len(body)))
52
  self.end_headers()
53
  self.wfile.write(body)
54
  def log_message(self, fmt, *args):