summaryrefslogtreecommitdiff
path: root/nginx.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-09-20 07:24:35 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-09-20 07:24:35 -0400
commit01ffd81c6a74d2f03939b26ecceb5281bb1f1519 (patch)
tree94810e66e77137a626b1d107a67e5b19668e359b /nginx.sh
parent61e544ed7019414be08c77d2d654e4bcbb6a704a (diff)
downloadhtml5ks-01ffd81c6a74d2f03939b26ecceb5281bb1f1519.tar.xz
html5ks-01ffd81c6a74d2f03939b26ecceb5281bb1f1519.zip
nginx.sh: remove extraneous whitespace
Diffstat (limited to 'nginx.sh')
-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