From 42b4403f6a55b5b2d722a7cb99f4092c4b9a494e Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Wed, 8 Apr 2026 16:30:19 +0100 Subject: fixed log file path --- git-hooks/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-hooks') diff --git a/git-hooks/post-receive b/git-hooks/post-receive index a628d02..9154df9 100755 --- a/git-hooks/post-receive +++ b/git-hooks/post-receive @@ -12,7 +12,7 @@ REPO_PATH=$(pwd) PUBLIC_FILE="$REPO_PATH/public.conf" -LOGFILE="/home/git/public-sync.log" # log our syncing isssues +LOGFILE="$HOME/public-sync.log" # log our syncing isssues if [ -f "$PUBLIC_FILE" ]; then REPO_URL=$(cat "$PUBLIC_FILE" | tr -d '\n' | xargs) -- cgit v1.2.3