diff options
author | Valery Sizov <valery@gitlab.com> | 2014-10-27 12:08:44 +0200 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2014-10-27 12:08:44 +0200 |
commit | 21e8f43af38e20bf99c3e47d01dac9c0f7de3404 (patch) | |
tree | 785cf4806f15c6e1fa4397eebfa5d9262fececca /doc/update | |
parent | 477743a154e85c411e8a533980abce460b5669fc (diff) | |
parent | 6280b53f305e45d0e6c474dbcf684f0015aee385 (diff) | |
download | gitlab-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.md | 2 |
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 |