Skip to content

Commit

Permalink
fix: git perms wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Aug 14, 2024
1 parent 3f70ade commit d0cd19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d0cd19d

Please sign in to comment.