summaryrefslogtreecommitdiff
path: root/redis.sh
diff options
context:
space:
mode:
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