summaryrefslogtreecommitdiff
path: root/src/git-run
diff options
context:
space:
mode:
Diffstat (limited to 'src/git-run')
-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