From 0fe6c4d805c851148d08d6bafc03d74cccb1af0d Mon Sep 17 00:00:00 2001 From: Starow Date: Fri, 8 Aug 2014 09:39:08 +0200 Subject: [PATCH] Editing redis .conf file I change the dir as it was originally to avoid editing these 3 files during the installation --- configs/6379.conf | 2 +- configs/6380.conf | 2 +- configs/6381.conf | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configs/6379.conf b/configs/6379.conf index 52829bd8..74482f4e 100644 --- a/configs/6379.conf +++ b/configs/6379.conf @@ -184,7 +184,7 @@ dbfilename dump.rdb # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. -dir /home/user/dumps/ +dir ./ ################################# REPLICATION ################################# diff --git a/configs/6380.conf b/configs/6380.conf index 9b0e83e8..0b1be6a9 100644 --- a/configs/6380.conf +++ b/configs/6380.conf @@ -184,7 +184,7 @@ dbfilename dump2.rdb # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. -dir /home/user/dumps/ +dir ./ ################################# REPLICATION ################################# diff --git a/configs/6381.conf b/configs/6381.conf index 3d11c318..8d47e895 100644 --- a/configs/6381.conf +++ b/configs/6381.conf @@ -184,8 +184,7 @@ dbfilename dump3.rdb # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. -dir /home/user/dumps/ - +dir ./ ################################# REPLICATION ################################# # Master-Slave replication. Use slaveof to make a Redis instance a copy of