From d0cd19da6c861e1140bba56062333f345cafcfaa Mon Sep 17 00:00:00 2001 From: devthejo Date: Wed, 14 Aug 2024 17:17:26 +0200 Subject: [PATCH] fix: git perms wip --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index acd80ee..c45e2cb 100644 --- a/main.py +++ b/main.py @@ -192,7 +192,7 @@ def indentString(input_string, indent_level=4): cd /opt/vllm if [ -n "{gitRepo}" ]; then ssh-keyscan -H github.com >> ~/.ssh/known_hosts - sudo su - {gitRepoUser} -c "git clone {gitRepo}" + sudo su - {gitRepoUser} -c "git clone --shared=group {gitRepo}" fi - path: /etc/ssh/sshd_config.d/90-custom-settings.conf content: |