2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-28 07:11:11 +00:00

Remove trailing spaces in file xCAT-server/lib/xcat/plugins/syncfiles.pm

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 2de7c3a65b
commit 63d987f6a9

View File

@@ -66,7 +66,7 @@ sub process_request
)
{
xCAT::MsgUtils->message("S", "Received syncfiles from $client, with invalid options @ARGV");
return;
return;
}
if ($options{'node-rcp'}){
@@ -125,7 +125,7 @@ sub syncfiles {
# call the xdcp plugin to handle the syncfile operation
my $args = [ "-F", "$synclistfile"];
if($::RCP){
push @$args,"-r";
push @$args,"-r";
push @$args, "$::RCP";
}
my $env = ["DSH_RSYNC_FILE=$synclistfile"];