From d2bf668856c63e2682aba0df3a504a1bac6ec7f3 Mon Sep 17 00:00:00 2001 From: davor Date: Mon, 21 Nov 2011 12:57:53 +0100 Subject: Installer stores tmp files in $HOME/tmp and backups the existing system. --- nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx.sh') 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'):" -- cgit v1.2.3