2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-21 05:25:32 +00:00

Remove trailing spaces in file perl-xCAT/xCAT/RSYNC.pm

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 1870218cc1
commit c8f977674b

View File

@ -37,18 +37,18 @@ if ($^O eq 'linux')
$class - Calling module name (discarded)
$config - Reference to copy command configuration hash table
$exec_path - Path to rsync executable
$localhost - 1 indicates we are running on the Management Node
$localhost - 1 indicates we are running on the Management Node
Returns:
A command array for the rsync command with the appropriate
arguments as defined in the $config hash table
Globals:
None
Error:
None
Example:
xCAT::RSYNC->remote_copy_command($config_hash, '/usr/bin/rsync');