diff options
| author | 2025-11-15 21:52:09 +0100 | |
|---|---|---|
| committer | 2025-11-15 21:52:09 +0100 | |
| commit | 7136fcd9959f53e0b1f47339d69263e30f1d207f (patch) | |
| tree | a02312574253ff4d0579a405cfc7b6f301cfa228 /src | |
| parent | 2d87065deb00d2b74c93b444b1b770451c20de40 (diff) | |
Added proper init that reaps zombies before they accumulate
Diffstat (limited to 'src')
| -rwxr-xr-x | src/git-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git-run b/src/git-run index 8a0da81..c03ace8 100755 --- a/src/git-run +++ b/src/git-run @@ -78,4 +78,4 @@ begin end &>>$_LOG # execute parsed git command -/usr/bin/sudo -u git /usr/bin/git-shell -c "$gitCommand '$repoDir'" +/usr/bin/sudo -n -u git /usr/bin/git-shell -c "$gitCommand '$repoDir'"
\ No newline at end of file |
