Defect 2845457change to support new rsync file syntax, either file1 file2 -> directory or file -> file
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4050 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
491df32fa7
commit
d5ec019f71
@ -4572,7 +4572,7 @@ sub parse_rsync_input_file_on_SN
|
||||
{
|
||||
$dest_dir = $dest_file;
|
||||
}
|
||||
else
|
||||
else # a file path
|
||||
{
|
||||
$dest_dir = dirname($dest_file);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user