fix cp cmd for copying client_data files

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13876 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2012-09-21 18:35:42 +00:00
parent f8f797bc57
commit ba94317016

View File

@ -11668,7 +11668,7 @@ sub mkdsklsnode
}
if ($filestring) {
my $ccmd=qq~/usr/bin/cp -p -r $filestring $bkloc 2>/dev/null~;
my $ccmd=qq~/usr/bin/cp -p $filestring $bkloc 2>/dev/null~;
my $output = xCAT::Utils->runcmd("$ccmd", -1);
if ($::RUNCMD_RC != 0)
{