From 7c39e75b899e50326d4900843f094ffa49f22728 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Sat, 25 May 2024 20:57:05 -0400 Subject: [PATCH] chmod after copy --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f2c223b..28b626f 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ ## quickstart $ ssh server "git clone --bare https://git.woodbine.nyc/micro/jonathan.is.git" - $ ssh server "cd jonathan.is.git && git show HEAD:hooks/post-receive > hooks/post-receive" + $ ssh server "cd jonathan.is.git && git show HEAD:hooks/post-receive > hooks/post-receive && chmod +x hooks/post-receive" $ git remote add server ssh://server/~jonathan.is.git $ git push server