From 6990b3363a11931a44ca07341ecbe3b7b495cc9e Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Tue, 28 Oct 2025 09:59:27 +0000 Subject: testing out post-recieve --- post-recieve | 1 + 1 file changed, 1 insertion(+) (limited to 'post-recieve') diff --git a/post-recieve b/post-recieve index 3431765..ce604a0 100644 --- a/post-recieve +++ b/post-recieve @@ -10,6 +10,7 @@ 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" exit 0 fi REPO_URL=$(cat "$KNOT_FILE" | tr -d '\n' | xargs) -- cgit v1.2.3