From b0aa301af1ceb109ab9887bb1fc92d5c1451ede8 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Tue, 28 Oct 2025 10:16:33 +0000 Subject: changed logging path for post-receive hook --- post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post-receive') 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" -- cgit v1.2.3