codesite2git: clean up debugging output
This commit is contained in:
parent
61c889b7ca
commit
bd70d6ae41
@ -122,7 +122,7 @@ mtime=".$this->lastupdate."
|
|||||||
'git add -A ; '.
|
'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))
|
'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);
|
shell_exec($command);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user