From aed19c4491d6713e4ea75d4a8febef57752203d9 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Fri, 1 Apr 2011 15:43:14 +0200 Subject: all --- redis.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'redis.sh') diff --git a/redis.sh b/redis.sh index a6fdc30..8412143 100755 --- a/redis.sh +++ b/redis.sh @@ -32,7 +32,6 @@ if [ ! -d "$REDIS_DEST" ]; then exit 1 else if ! rmdir "$REDIS_DEST" >/dev/null 2>&1; then # if not empty this will fail - echo "Install directory '$REDIS_DEST' is not empty. Skipping Redis installation..." REDIS_DONE=true else mkdir "$REDIS_DEST" >/dev/null 2>&1 -- cgit v1.2.3