about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-09 14:26:13 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-09 14:27:05 -0700
commit9dd3c170e92f1e7559ee329bbde34ea4b17b715c (patch)
treeb6fd423ea3ab0ad1ae82060af8fdc66b557bdf87 /examples
parent24a1b4c6b5fcb948e4fdee04e286c044d6d45f98 (diff)
downloadunicorn-9dd3c170e92f1e7559ee329bbde34ea4b17b715c.tar.gz
It's too simple of a script and causes running the init script
with zero arguments to fail instead of printing out the usage
message.
Diffstat (limited to 'examples')
-rw-r--r--examples/init.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/init.sh b/examples/init.sh
index 866a644..35ec896 100644
--- a/examples/init.sh
+++ b/examples/init.sh
@@ -1,5 +1,4 @@
 #!/bin/sh
-set -u
 set -e
 # Example init script, this can be used with nginx, too,
 # since nginx and unicorn accept the same signals