Fix creation of postscripts tarball to include .ssh directory.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@781 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1190f81d33
commit
e703d06151
@ -1667,7 +1667,7 @@ sub create_postscripts_tar
|
||||
{
|
||||
my ($class) = @_;
|
||||
my $cmd;
|
||||
$cmd="cd /install/postscripts;tar -cjf /install/autoinst/xcatpost.tar.bz2 *";
|
||||
$cmd="cd /install/postscripts;tar -cjf /install/autoinst/xcatpost.tar.bz2 * .ssh/*";
|
||||
my @result = xCAT::Utils->runcmd($cmd, 0);
|
||||
if ($::RUNCMD_RC != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user