From 04eb8f312f88de4d07d830904e752055abed3d62 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Mon, 3 Mar 2014 21:13:05 +0000 Subject: [PATCH] update change git home directory, and update deploy.sh in doc --- misc/change-git-home-directory/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/misc/change-git-home-directory/README.md b/misc/change-git-home-directory/README.md index 62ac4a4..b7ceaf2 100644 --- a/misc/change-git-home-directory/README.md +++ b/misc/change-git-home-directory/README.md @@ -191,6 +191,14 @@ cd ~git sudo -u git -H gitlab-shell/support/rewrite-hooks.sh ``` +### 10. Update deploy.sh + +The file `~git/gitlab/lib/support/deploy/deploy.sh`, also has the home directory hardcoded, again update the file + +```bash +sed -i -e 's/\/home/\/var\/lib/g' ~git/gitlab/lib/support/deploy/deploy.sh +``` + ### 11. Update logrotate files ```