defect #4061: fix DSHCLI.pm for append in hierarchy
This commit is contained in:
		| @@ -5207,6 +5207,7 @@ sub build_append_rsync | ||||
|               push @::appendlines,$line; | ||||
|             } | ||||
|             my $src_file  = $1; # append file left of arror | ||||
|             my $orig_src_file  = $1; # append file left of arror | ||||
|             # it will be sync'd to $nodesyncfiledir/$append_file | ||||
|             my $dest_file = $nodesyncfiledir; | ||||
|             $dest_file .= $src_file;   | ||||
| @@ -5235,7 +5236,7 @@ sub build_append_rsync | ||||
|                     # to pick up files from /var/xcat/syncfiles... | ||||
|                     if ($onServiceNode == 1) { | ||||
|                       my $newsrcfile = $syncdir;    # add SN syndir on front | ||||
|                       $newsrcfile .= $src_file; | ||||
|                       $newsrcfile .= $orig_src_file; | ||||
|                       $src_file=$newsrcfile; | ||||
|                     } | ||||
|                     # destination file name | ||||
|   | ||||
		Reference in New Issue
	
	Block a user