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:
andywray 2008-03-14 04:37:16 +00:00
parent 1190f81d33
commit e703d06151

View File

@ -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)
{