summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-11-22 14:07:23 +0100
committerAndreas Maunz <andreas@maunz.de>2011-11-22 14:07:23 +0100
commit515e9f780951a2868bd86af35f9bc2aaad6ab870 (patch)
tree123206157d2e220f9e59bef2c231e45460936896 /redis.sh
parent066dee09478c87c83951c15cced72e604fb9db3d (diff)
parentd2bf668856c63e2682aba0df3a504a1bac6ec7f3 (diff)
Merge branch 'development' into pc
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'):"