summaryrefslogtreecommitdiff
path: root/nginx.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-29 13:07:34 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-29 13:07:34 +0200
commit7a42993610fe5d828119d09cbbe2bbf527071b11 (patch)
treec69a6f6a51c5efdefcd417d93507fa8d9c7cb3b0 /nginx.sh
parent78a251a002390dafd1f26271e9b8a531fb9aea14 (diff)
Nginx fix: ENV variable
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 e528d8b..96999f3 100755
--- a/nginx.sh
+++ b/nginx.sh
@@ -28,7 +28,7 @@ DIR="`pwd`"
NGINX_DONE=false
mkdir "$NGINX_DEST" >/dev/null 2>&1
if [ ! -d "$NGINX_DEST" ]; then
- echo "Install directory '$KL_DEST' is not available! Aborting..."
+ echo "Install directory '$NGINX_DEST' is not available! Aborting..."
exit 1
else
if ! rmdir "$KL_DEST" >/dev/null 2>&1; then # if not empty this will fail