summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-11-15 21:52:09 +0100
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-11-15 21:52:09 +0100
commit7136fcd9959f53e0b1f47339d69263e30f1d207f (patch)
treea02312574253ff4d0579a405cfc7b6f301cfa228 /src
parent2d87065deb00d2b74c93b444b1b770451c20de40 (diff)
Added proper init that reaps zombies before they accumulate
Diffstat (limited to 'src')
-rwxr-xr-xsrc/git-run2
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