summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnginx.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/nginx.sh b/nginx.sh
index 089bc67..b4cda8b 100755
--- a/nginx.sh
+++ b/nginx.sh
@@ -3,11 +3,9 @@
set -e
cd "$(dirname $0)"
-
# empty file
> nginx.gen.conf
-
V=$(nginx -V 2>&1)
if echo ${V} | grep -q -- --with-http_gzip_static_module; then