fix defect 3555671
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13587 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
324bbc20f6
commit
9e892799d6
@ -5341,7 +5341,7 @@ sub run_rsync_postscripts
|
||||
|
||||
# now remove .post from the postscript file for the compare
|
||||
# with the returned file name
|
||||
my($tp,$post) = split(/.post/,$tmppostfile);
|
||||
my($tp,$post) = split(/\.post/,$tmppostfile);
|
||||
$tmppostfile = $tp;
|
||||
foreach my $line (@rsync_output) {
|
||||
my($hostname,$ps) = split(/: /, $line);
|
||||
|
Loading…
Reference in New Issue
Block a user