diff options
| author | Trey Bastian <hello@treybastian.com> | 2025-10-28 10:16:33 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2025-10-28 10:16:33 +0000 |
| commit | b0aa301af1ceb109ab9887bb1fc92d5c1451ede8 (patch) | |
| tree | f8412709800b168799f9ae79d60279fc5bc533e8 /post-receive | |
| parent | ea427ebd051eb2b5121f6f662cdbf4ece5d67901 (diff) | |
changed logging path for post-receive hook
Diffstat (limited to 'post-receive')
| -rw-r--r-- | post-receive | 2 |
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" |
