summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-02 08:55:06 -0700
committerAndreas Maunz <andreas@maunz.de>2011-04-02 08:55:06 -0700
commit5db1dc96ddf9f144b8c5a34404a46f9059f9c64e (patch)
treed547be81fec7ab626ca9c1447db180bba2dd39f7 /redis.sh
parentd1cda0647404a6a83e5a9b93e3c2789cc5123537 (diff)
Removed target dir creation
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 503cfca..c92d9d9 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