diff options
| author | 2025-10-22 10:12:07 +0200 | |
|---|---|---|
| committer | 2025-10-22 10:17:59 +0200 | |
| commit | 56f53d5e21e5044041c910f98f5eb2c5fd7fce2b (patch) | |
| tree | 7ed5169ff9bf66bb4a913b0149bf433b39c0e0ee /src/env | |
| parent | 9e946a8a45c23a72d7a55e4ca37360ab84f963cc (diff) | |
- Added also info logging for successful attempts
- merge info and error logs
- Fix log being overwritten with every entry
Diffstat (limited to 'src/env')
| -rw-r--r-- | src/env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ set _REPO_PERMISSIONS_FILE /etc/repo-permissions set _REPO_VALIDATION_REGEX "((?:\/[a-zA-Z0-9_-]+)+.git)" set _GIT_VALIDATION_REGEX "^(git-(?:upload-pack|receive-pack|upload-archive)) '$_REPO_VALIDATION_REGEX'\$" set _GIT_SUDO_GROUP gitsudo -set LOG /var/log/error.txt +set _LOG /var/log/run.txt |
