fix defect 3389420 recursive dcp sync in to image does not work
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10294 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
41548b978b
commit
2bef7737cf
@ -4353,7 +4353,7 @@ sub rsync_to_image
|
||||
}
|
||||
else # linux
|
||||
{
|
||||
$synccmd = "/usr/bin/rsync -Lpotz ";
|
||||
$synccmd = "/usr/bin/rsync -Lprotz ";
|
||||
}
|
||||
my $syncopt = "";
|
||||
foreach my $srcfile (@srcfiles)
|
||||
|
Loading…
Reference in New Issue
Block a user