mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 12:29:08 +00:00
5 lines
153 B
Bash
5 lines
153 B
Bash
#!/bin/bash -e
|
|
useradd --shell /bin/bash libgit2
|
|
chown --recursive libgit2:libgit2 /home/libgit2
|
|
exec sudo --preserve-env --set-home --user=libgit2 "$@"
|