summaryrefslogtreecommitdiff
path: root/nginx.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-01 15:37:43 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-01 15:37:43 +0200
commit7dacb96c5c4c46f8fd0c76bd26e5d37319bb5eb1 (patch)
treef271b93c98e0c5193911197f90decc505a18c28c /nginx.sh
parentb69506cc0d7b3b2336444b6458cde7507388a8ca (diff)
all
Diffstat (limited to 'nginx.sh')
-rwxr-xr-xnginx.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/nginx.sh b/nginx.sh
index 863b405..d049500 100755
--- a/nginx.sh
+++ b/nginx.sh
@@ -4,7 +4,8 @@
# Author: Christoph Helma, Andreas Maunz.
#
-source ./utils.sh
+source "`pwd`./utils.sh"
+DIR="`pwd`"
if [ "$(id -u)" = "0" ]; then
echo "This script must be run as non-root." 1>&2
@@ -23,8 +24,6 @@ LOG="/tmp/`basename $0`-log.txt"
echo
echo "Nginx ('$LOG'):"
-DIR="`pwd`"
-
NGINX_DONE=false
mkdir "$NGINX_DEST" >/dev/null 2>&1
if [ ! -d "$NGINX_DEST" ]; then