From e6cbb6a818eab95bff112da8e4f8db3824bc4786 Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Sun, 16 Nov 2025 10:18:17 +0100 Subject: Use exec at end of scripts to replace fish process after it's done --- src/git-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/git-run') diff --git a/src/git-run b/src/git-run index c03ace8..8afed3e 100755 --- a/src/git-run +++ b/src/git-run @@ -78,4 +78,4 @@ begin end &>>$_LOG # execute parsed git command -/usr/bin/sudo -n -u git /usr/bin/git-shell -c "$gitCommand '$repoDir'" \ No newline at end of file +exec /usr/bin/sudo -n -u git /usr/bin/git-shell -c "$gitCommand '$repoDir'" \ No newline at end of file -- cgit v1.3.1