fix defect 3555671
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13586 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8c5ed18ffe
commit
e925929f1a
@ -4851,7 +4851,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…
x
Reference in New Issue
Block a user