summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-29 13:37:53 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-29 13:37:53 +0200
commit43b11aecd665e244e7957c0a83fa836db4168292 (patch)
tree098e9c3d19cb57faaa85817cebd0d5c8280ff8e7 /redis.sh
parente23e1a7f0f04033de1872d2c2e61e244e6208d4c (diff)
Redis
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 4516333..0a18848 100755
--- a/redis.sh
+++ b/redis.sh
@@ -26,7 +26,7 @@ read
DIR=`pwd`
-REDIS_DONE=FALSE
+REDIS_DONE=false
mkdir "$REDIS_DEST" >/dev/null 2>&1
if [ ! -d "$REDIS_DEST" ]; then
echo "Install directory '$REDIS_DEST' is not available! Aborting..."