From aebc1138e550e26b1d55f05302b45887e70b4245 Mon Sep 17 00:00:00 2001 From: Michael Stoll Date: Fri, 28 Dec 2018 11:47:31 +0100 Subject: [PATCH] Remove dir configuration in redis-3.0.conf - The value is overwritten in local conf anyway - Fix for hub crashing with "# Can't chdir to '/var/lib/redis': Permission denied" --- rocon_hub/redis/redis-3.0.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocon_hub/redis/redis-3.0.conf b/rocon_hub/redis/redis-3.0.conf index d561b10e..9c4dd81f 100644 --- a/rocon_hub/redis/redis-3.0.conf +++ b/rocon_hub/redis/redis-3.0.conf @@ -189,7 +189,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 /var/lib/redis +# dir /var/lib/redis ################################# REPLICATION #################################