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