summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-07 08:50:06 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-07 08:50:06 +0200
commit1a36ef888295afd6592d617a7b3657386133d43f (patch)
treed65a58beb1f7e76ba4261f4831c55de258e7bc1c /redis.sh
parent721feafdb56c18fb7424d505377abe80d78f4e7b (diff)
parenteb936c2d958e3ac2422bcecd073c8e0ef1a60abf (diff)
Merge conflicts
Diffstat (limited to 'redis.sh')
-rw-r--r--[-rwxr-xr-x]redis.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/redis.sh b/redis.sh
index 330bfa4..d4d2f05 100755..100644
--- a/redis.sh
+++ b/redis.sh
@@ -33,8 +33,6 @@ if [ ! -d "$REDIS_DEST" ]; then
else
if ! rmdir "$REDIS_DEST" >/dev/null 2>&1; then # if not empty this will fail
REDIS_DONE=true
- else
- mkdir "$REDIS_DEST" >/dev/null 2>&1
fi
fi