summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
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'):"