summaryrefslogtreecommitdiff
path: root/src/env
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-22 10:12:07 +0200
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-22 10:17:59 +0200
commit99077b3e41c9cf32a423caa19266e22c1e7a0934 (patch)
tree7ed5169ff9bf66bb4a913b0149bf433b39c0e0ee /src/env
parent510867f3c292265e54c6559061045bb6d964b67a (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/env2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env b/src/env
index 2269b13..1efd7b5 100644
--- a/src/env
+++ b/src/env
@@ -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