diff options
| author | 2025-11-16 10:18:17 +0100 | |
|---|---|---|
| committer | 2025-11-16 10:18:17 +0100 | |
| commit | e6cbb6a818eab95bff112da8e4f8db3824bc4786 (patch) | |
| tree | d54faad856e40b825255be6abfd54d754d5cde6c /src/git-run | |
| parent | 1f6e7b79df502d2f82ef3052ee7bdfa0d3851f33 (diff) | |
Use exec at end of scripts to replace fish process after it's done
Diffstat (limited to 'src/git-run')
| -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 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 |
