mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	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:
		@@ -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)
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user