2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 05:11:12 +00:00

In create_postscripts_tar add the .xcat subdir to the postscripts tar file.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1072 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott
2008-04-15 19:02:56 +00:00
parent fc923f29dc
commit e67394b13a

View File

@@ -1788,7 +1788,7 @@ sub create_postscripts_tar
mkdir("/install/autoinst");
}
$cmd = "cd /install/postscripts; tar -cf /install/autoinst/xcatpost.tar * .ssh/*; gzip -f /install/autoinst/xcatpost.tar";
$cmd = "cd /install/postscripts; tar -cf /install/autoinst/xcatpost.tar * .ssh/* .xcat/*; gzip -f /install/autoinst/xcatpost.tar";
my @result = xCAT::Utils->runcmd($cmd, 0);
if ($::RUNCMD_RC != 0)
{