diff --git a/docroot/git/push.php b/docroot/git/push.php index c574412..9a5ed02 100755 --- a/docroot/git/push.php +++ b/docroot/git/push.php @@ -12,6 +12,7 @@ if ($pData->head_commit->message [0] != '!') { $sLog = system ( "cd /usr/web/sites/app.zirror.com/;git pull >> /tmp/git.log" ); + system ( "echo '" . $sLog . "' >> /tmp/system.log" ); system ( "echo 'NOT ESC' >> /tmp/post.log" );