Commit 808ed2096aa22b0cb42b10533f966e9d0c0b66b3
1 parent
211bba44
Exists in
master
and in
7 other branches
Upgrade Gitlab version and fix .ssh directory
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
gitlab-shell.spec
| @@ -65,6 +65,8 @@ fi | @@ -65,6 +65,8 @@ fi | ||
| 65 | mkdir -p /var/log/gitlab-shell | 65 | mkdir -p /var/log/gitlab-shell |
| 66 | mkdir -p /var/lib/gitlab-shell/.ssh | 66 | mkdir -p /var/lib/gitlab-shell/.ssh |
| 67 | 67 | ||
| 68 | +ln -s /var/lib/gitlab-shell/.ssh /usr/lib/gitlab/.ssh | ||
| 69 | + | ||
| 68 | chown -R git:git /var/log/gitlab-shell | 70 | chown -R git:git /var/log/gitlab-shell |
| 69 | chown -R git:git /var/lib/gitlab-shell | 71 | chown -R git:git /var/lib/gitlab-shell |
| 70 | 72 |