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: |