From f3366b11f887652fcf71d1b23872adcfbbb25904 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 12 Feb 2022 17:35:40 +0100 Subject: fix: update hook path --- bin/stagit-new-repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/stagit-new-repo b/bin/stagit-new-repo index df67ea4..9c79765 100755 --- a/bin/stagit-new-repo +++ b/bin/stagit-new-repo @@ -19,7 +19,7 @@ www="/var/www/git" echo "Initializing git repository..." git init --bare "$srv/$repo.git" -cp "$home/hooks/post-receive" "$srv/$repo.git/hooks/post-receive" +cp "$/usr/local/share/post-receive" "$srv/$repo.git/hooks/post-receive" chmod u+x "$srv/$repo.git/hooks/post-receive" echo "$uri:$repo.git" > "$srv/$repo.git/url" echo "$owner" > "$srv/$repo.git/owner" -- cgit v1.2.3-70-g09d2