aboutsummaryrefslogtreecommitdiff
path: root/post-receive
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2025-10-28 10:16:33 +0000
committerTrey Bastian <hello@treybastian.com>2025-10-28 10:16:33 +0000
commitb0aa301af1ceb109ab9887bb1fc92d5c1451ede8 (patch)
treef8412709800b168799f9ae79d60279fc5bc533e8 /post-receive
parentea427ebd051eb2b5121f6f662cdbf4ece5d67901 (diff)
changed logging path for post-receive hook
Diffstat (limited to 'post-receive')
-rw-r--r--post-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-receive b/post-receive
index ce604a0..e2aeb04 100644
--- a/post-receive
+++ b/post-receive
@@ -7,7 +7,7 @@
REPO_PATH=$(pwd)
KNOT_FILE="$REPO_PATH/knot.conf"
-LOGFILE="/var/log/knot-sync.log" #log our syncing isssues
+LOGFILE="/home/git/knot-sync.log" #log our syncing isssues
if [ ! -f "$KNOT_FILE" ]; then
echo "[$(date)] $REPO_PATH: knot.conf not found, skipping", >> "$LOGFILE"