From 7136fcd9959f53e0b1f47339d69263e30f1d207f Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Sat, 15 Nov 2025 21:52:09 +0100 Subject: Added proper init that reaps zombies before they accumulate --- src/git-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.3.1