From b36f6cebad3c99e02ffb779cb977f02f7d0a6a53 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 29 Sep 2017 14:40:55 -0600 Subject: [PATCH] File download testing --- git-post-receive | 1 + 1 file changed, 1 insertion(+) diff --git a/git-post-receive b/git-post-receive index f9aba5f..9c0e871 100644 --- a/git-post-receive +++ b/git-post-receive @@ -45,6 +45,7 @@ rm -f bin/stop echo "Copying start and stop script files" mv tempcheckout/Server/bin/start bin/start mv tempcheckout/Server/bin/stop bin/stop +ls echo "Modifying permissions on start and stop script files to be executable" chmod +x bin/start chmod +x bin/stop