diff --git a/doc/htdocs/deploy.html b/doc/htdocs/deploy.html index 20edb046..555b5f14 100644 --- a/doc/htdocs/deploy.html +++ b/doc/htdocs/deploy.html @@ -144,7 +144,7 @@ confuses the monitor services.

A popular method for deploying Gunicorn is to have it monitored by runit. An example service definition:

-#!/bin sh
+#!/bin/sh
 
 GUNICORN=/usr/local/bin/gunicorn
 ROOT=/path/to/project
diff --git a/doc/site/deploy.rst b/doc/site/deploy.rst
index ba6e1e42..a2660484 100644
--- a/doc/site/deploy.rst
+++ b/doc/site/deploy.rst
@@ -130,7 +130,7 @@ Runit
 A popular method for deploying Gunicorn is to have it monitored by runit_.
 An `example service`_ definition::
 
-    #!/bin sh
+    #!/bin/sh
     
     GUNICORN=/usr/local/bin/gunicorn
     ROOT=/path/to/project