do not delete built rsync script for now for debugging

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3530 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-06-08 18:10:37 +00:00
parent 16831f02d3
commit 5a92d20454

View File

@ -69,7 +69,7 @@ sub remote_copy_command
if ($$config{'destDir_srcFile'})
{
my $rsync_opt;
my $sync_opt;
$sync_opt = '-Lupotz ';
$sync_opt .= $$config{'options'};
@ -107,7 +107,7 @@ sub remote_copy_command
}
}
print RSCYCCMDFILE "/bin/rm -f /tmp/rsync_$$config{'dest-host'}\n";
#print RSCYCCMDFILE "/bin/rm -f /tmp/rsync_$$config{'dest-host'}\n";
close RSCYCCMDFILE;
chmod 0755, "/tmp/rsync_$$config{'dest-host'}";
@command = ('/bin/sh', '-c', "/tmp/rsync_$$config{'dest-host'}");