aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"