various scripts I use to make my life easier

changed logging path for post-receive hook

Changed files
+1 -1
+1 -1
post-receive
···
REPO_PATH=$(pwd)
KNOT_FILE="$REPO_PATH/knot.conf"
-
LOGFILE="/var/log/knot-sync.log" #log our syncing isssues
if [ ! -f "$KNOT_FILE" ]; then
echo "[$(date)] $REPO_PATH: knot.conf not found, skipping", >> "$LOGFILE"
···
REPO_PATH=$(pwd)
KNOT_FILE="$REPO_PATH/knot.conf"
+
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"