From 98a06149321dbeaa3cd954cf36b981bfe6698b30 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 1 May 2008 13:10:57 +0000 Subject: [PATCH] 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 --- 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 4f0deea27..c56254ba6 100644 --- a/perl-xCAT-2.0/xCAT/Utils.pm +++ b/perl-xCAT-2.0/xCAT/Utils.pm @@ -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) {