summaryrefslogtreecommitdiff
path: root/doc/update
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-10-21 13:06:01 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-10-21 13:06:01 +0200
commitb78cd70d33954d8bb69f736cda52e23cd3b2da0e (patch)
tree017f3a8c9214117454a079a765dc87fce4d179ba /doc/update
parent302a6c00bf79dcb718b389ef322d56a6863a1f97 (diff)
parentace045499a1ac4988401fb5511e7678e6c53108b (diff)
downloadgitlab-ce-b78cd70d33954d8bb69f736cda52e23cd3b2da0e.tar.gz
Merge pull request #8046 from bbodenmiller/patch-3
fix permission issue in upgrade guide
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