浏览代码

added --times in Install rsync

Piotr Labudda 8 年之前
父节点
当前提交
a168bf675b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SE/se-lib/Route/Install.php

+ 1 - 1
SE/se-lib/Route/Install.php

@@ -962,7 +962,7 @@ jQuery(document).ready(function () {
 		$listCmd[] = " ssh {$sshArgs} {$this->sshArgsSkipHostKey} {$sshHostUsr} 'cp -p -r /Library/Server/Web/Data/Sites/Default/SE ~/se.encrypted.upgrade/SE' ";
 		$listCmd[] = " ssh {$sshArgs} {$this->sshArgsSkipHostKey} {$sshHostUsr} 'rm -rf ~/se.encrypted.upgrade/SE/config' ";
 		$listCmd[] = "
-rsync --recursive --links -D --delete --compress --one-file-system --omit-dir-times --no-g --no-perms {$dryRunOnly} \
+rsync --recursive --links -D --times --delete --compress --one-file-system --omit-dir-times --no-g --no-perms {$dryRunOnly} \
 	--verbose {$rsyncSshPort} \
 	--exclude='schema/default_db.instance.xml' \
 	--exclude='schema/default_db.instance.xml/**' \