summaryrefslogtreecommitdiff
path: root/nginx.sh
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2011-11-21 12:57:53 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2011-11-21 12:57:53 +0100
commitd2bf668856c63e2682aba0df3a504a1bac6ec7f3 (patch)
treef34b9801f80eead3237fdc3fdf3cd09f17f3a325 /nginx.sh
parentd231bd32f9be394119fa877b1b059a79986ee050 (diff)
Installer stores tmp files in $HOME/tmp and backups the existing system.
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 ed8a3df..cb8c6b6 100755
--- a/nginx.sh
+++ b/nginx.sh
@@ -26,7 +26,7 @@ if [ ! -e "$GIT" ]; then
fi
-LOG="/tmp/`basename $0`-log.txt"
+LOG="$HOME/tmp/`basename $0`-log.txt"
echo
echo "Nginx ('$LOG'):"