change tar of .xcat directory to _xcat directory

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1239 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-05-01 13:10:57 +00:00
parent 5540ae512b
commit 98a0614932

View File

@ -1819,7 +1819,7 @@ sub create_postscripts_tar
}
$cmd =
"cd /install/postscripts; tar -cf /install/autoinst/xcatpost.tar * .ssh/* .xcat/*; gzip -f /install/autoinst/xcatpost.tar";
"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)
{