From e703d0615112c62aec175eff2c3e4974abf565d5 Mon Sep 17 00:00:00 2001 From: andywray Date: Fri, 14 Mar 2008 04:37:16 +0000 Subject: [PATCH] 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 --- perl-xCAT-2.0/xCAT/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/Utils.pm b/perl-xCAT-2.0/xCAT/Utils.pm index ad4be8492..cd1a265f4 100644 --- a/perl-xCAT-2.0/xCAT/Utils.pm +++ b/perl-xCAT-2.0/xCAT/Utils.pm @@ -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) {