-Fix deprecated call to tar on nodeset install
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1325 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f0474e4b0d
commit
97026c7299
@ -629,11 +629,11 @@ sub mkinstall
|
||||
);
|
||||
}
|
||||
}
|
||||
my $rc = xCAT::Utils->create_postscripts_tar();
|
||||
if ($rc != 0)
|
||||
{
|
||||
xCAT::MsgUtils->message("S", "Error creating postscripts tar file.");
|
||||
}
|
||||
#my $rc = xCAT::Utils->create_postscripts_tar();
|
||||
#if ($rc != 0)
|
||||
#{
|
||||
# xCAT::MsgUtils->message("S", "Error creating postscripts tar file.");
|
||||
#}
|
||||
}
|
||||
|
||||
sub copycd
|
||||
|
Loading…
Reference in New Issue
Block a user