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:
lissav 2011-08-16 15:55:04 +00:00
parent 41548b978b
commit 2bef7737cf

View File

@ -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)