From 99e5e6db73379190f2025daafe4bb5490f4bb360 Mon Sep 17 00:00:00 2001 From: Daniel Widerin Date: Thu, 25 Sep 2014 15:34:11 +0000 Subject: Remove obsolete line --- doc/update/7.2-to-7.3.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/update/7.2-to-7.3.md b/doc/update/7.2-to-7.3.md index b60947b5a62..94527c3dcac 100644 --- a/doc/update/7.2-to-7.3.md +++ b/doc/update/7.2-to-7.3.md @@ -74,7 +74,6 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab echo 'unixsocket /var/run/redis/redis.sock' | sudo tee -a /etc/redis/redis.conf # Be sure redis group can write to the socket, enable only if supported (>= redis 2.4.0). sed -i '/# unixsocketperm/ s/^# unixsocketperm.*/unixsocketperm 0775/' /etc/redis/redis.conf - echo ' 0775' | sudo tee -a /etc/redis/redis.conf # Activate the changes to redis.conf sudo service redis-server restart # Add git to the redis group -- cgit v1.2.1