mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-20 02:00:24 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user