From 43b11aecd665e244e7957c0a83fa836db4168292 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Tue, 29 Mar 2011 13:37:53 +0200 Subject: Redis --- redis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis.sh') 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..." -- cgit v1.2.3