summaryrefslogtreecommitdiff
path: root/nginx.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 09:55:46 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 09:55:46 +0200
commit4ca4cb3419b92237f2cc88a6ca87c4ef8511b046 (patch)
treeca21641278c9f5aeb491671b28354841a3266236 /nginx.sh
parentc267edd214646089fb70ae0eb6ae7db8d757252a (diff)
nginx.sh
Diffstat (limited to 'nginx.sh')
-rwxr-xr-xnginx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.sh b/nginx.sh
index 22350e2..4b48ba9 100755
--- a/nginx.sh
+++ b/nginx.sh
@@ -38,7 +38,7 @@ else
fi
if ! $NGINX_DONE; then
- if ! $PIN --auto-download --auto --prefix="$NGINX_DEST" >>$LOG 2>&1; then
+ if ! $PIN --auto-download --auto --prefix=$NGINX_DEST >>$LOG 2>&1; then
printf "%25s%15s\n" "'Install'" "FAIL"
exit 1
fi