diff --git a/codesite2git b/codesite2git index 9ce041e..2ddba86 100755 --- a/codesite2git +++ b/codesite2git @@ -122,7 +122,7 @@ mtime=".$this->lastupdate." 'git add -A ; '. 'GIT_COMMITTER_DATE="'.date(DATE_ISO8601, $this->lastupdate).'" git commit -m "commit all archived files" --date '.escapeshellarg(date(DATE_ISO8601, $this->lastupdate)) ); - echo $command."\n"; + //echo $command."\n"; shell_exec($command); }