summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-07 10:06:44 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-07 10:06:44 +0200
commitae03b88f5c116c079f647bf1a5ba55e0ed387685 (patch)
treecdb361d8f185e94d38bdd379328394abcb3af645 /redis.sh
parentade43a6a3c16388b7571bff236e686e1e6f91f35 (diff)
Fixed JAVA_HOME
Diffstat (limited to 'redis.sh')
-rw-r--r--redis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.sh b/redis.sh
index d4d2f05..2dc97a5 100644
--- a/redis.sh
+++ b/redis.sh
@@ -39,7 +39,7 @@ fi
if ! $REDIS_DONE; then
echo "vm.overcommit_memory = 1" | sudo tee -a /etc/sysctl.conf >>$LOG 2>&1
- cd $PREFIX
+ cd $OT_PREFIX
URI="http://redis.googlecode.com/files/redis-$REDIS_VER.tar.gz"
if ! [ -d "redis-$REDIS_VER" ]; then
cmd="$WGET $URI" && run_cmd "$cmd" "Download"