summaryrefslogtreecommitdiff
path: root/doc/update
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2014-10-27 12:08:44 +0200
committerValery Sizov <valery@gitlab.com>2014-10-27 12:08:44 +0200
commit21e8f43af38e20bf99c3e47d01dac9c0f7de3404 (patch)
tree785cf4806f15c6e1fa4397eebfa5d9262fececca /doc/update
parent477743a154e85c411e8a533980abce460b5669fc (diff)
parent6280b53f305e45d0e6c474dbcf684f0015aee385 (diff)
downloadgitlab-ce-21e8f43af38e20bf99c3e47d01dac9c0f7de3404.tar.gz
Merge branch 'master' into 7-4-stable
Conflicts: CHANGELOG VERSION
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/7.2-to-7.3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/7.2-to-7.3.md b/doc/update/7.2-to-7.3.md
index 44f3f8f1a38..ebdd4ff60fa 100644
--- a/doc/update/7.2-to-7.3.md
+++ b/doc/update/7.2-to-7.3.md
@@ -74,7 +74,7 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
# Enable Redis socket for default Debian / Ubuntu path
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
+ sudo sed -i '/# unixsocketperm/ s/^# unixsocketperm.*/unixsocketperm 0775/' /etc/redis/redis.conf
# Activate the changes to redis.conf
sudo service redis-server restart
# Add git to the redis group