From a2951de95424744bd2cf9266841c4c788fdb7f3b Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sun, 23 Feb 2025 13:15:14 +0000 Subject: Changed to fit my website --- example_post-receive.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example_post-receive.sh') diff --git a/example_post-receive.sh b/example_post-receive.sh index 6a91057..02c6f71 100755 --- a/example_post-receive.sh +++ b/example_post-receive.sh @@ -5,6 +5,8 @@ # Add this file to your git repo # /srv/git/.git/hooks/post-receive # +# Make sure the Git user has access to your website files so the hook will work! +# # usage: $0 [name] # # if name is not set the basename of the current directory is used, -- cgit v1.2.3