summaryrefslogtreecommitdiff
path: root/redis.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 /redis.sh
parentd231bd32f9be394119fa877b1b059a79986ee050 (diff)
Installer stores tmp files in $HOME/tmp and backups the existing system.
Diffstat (limited to 'redis.sh')
-rwxr-xr-xredis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.sh b/redis.sh
index ad3b695..f07d119 100755
--- a/redis.sh
+++ b/redis.sh
@@ -19,7 +19,7 @@ if [ ! -e "$WGET" ]; then
exit 1
fi
-LOG="/tmp/`basename $0`-log.txt"
+LOG="$HOME/tmp/`basename $0`-log.txt"
echo
echo "Redis ('$LOG'):"