diff options
author | Daniel Widerin <daniel@widerin.net> | 2014-09-25 15:34:11 +0000 |
---|---|---|
committer | Daniel Widerin <daniel@widerin.net> | 2014-09-25 15:34:11 +0000 |
commit | 99e5e6db73379190f2025daafe4bb5490f4bb360 (patch) | |
tree | b997d3d52836e62e49dd555ed26cf360dc91f91d | |
parent | 16a6d2450b5a5839c69c9d2365244f59bd17f1ac (diff) | |
download | gitlab-ce-99e5e6db73379190f2025daafe4bb5490f4bb360.tar.gz |
Remove obsolete line
-rw-r--r-- | doc/update/7.2-to-7.3.md | 1 |
1 files changed, 0 insertions, 1 deletions
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 |