Skip to content

Commit 04eb8f3

Browse files
committed
update change git home directory, and update deploy.sh in doc
1 parent 27232b7 commit 04eb8f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

misc/change-git-home-directory/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,14 @@ cd ~git
191191
sudo -u git -H gitlab-shell/support/rewrite-hooks.sh
192192
```
193193

194+
### 10. Update deploy.sh
195+
196+
The file `~git/gitlab/lib/support/deploy/deploy.sh`, also has the home directory hardcoded, again update the file
197+
198+
```bash
199+
sed -i -e 's/\/home/\/var\/lib/g' ~git/gitlab/lib/support/deploy/deploy.sh
200+
```
201+
194202
### 11. Update logrotate files
195203

196204
```

0 commit comments

Comments
 (0)