From bf37755e1aa35a23081ad61b6dbefd8b21fc3115 Mon Sep 17 00:00:00 2001 From: J Date: Fri, 14 Aug 2015 15:48:38 -0400 Subject: [PATCH] Symlinked .ssh --- gogs_root.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gogs_root.sh b/gogs_root.sh index 14648e7..077b6cd 100755 --- a/gogs_root.sh +++ b/gogs_root.sh @@ -47,6 +47,7 @@ su - git -c "setenv GOPATH /home/git/go; cd /home/git/go/src/github.com/gogits/g echo "Copying gogs build to git home" mkdir -p /home/git/gogs cp -R /usr/home/git/go/src/github.com/gogits/gogs/ /home/git/gogs +ln -s /usr/home/git/gogs/.ssh /usr/home/git/ # Change ownership of everything in the git directory chown -R git:git /home/git/ # 7) Start up scripts