From 7de37672fff80e25874b17584a1c02b3b7414700 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 22 Apr 2011 18:14:41 +0000 Subject: [PATCH] Change invocation for esxi5 tar git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9386 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/esx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index 80556c659..aa92a81b0 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -3864,7 +3864,7 @@ sub makecustomizedmod { if (-e "$dest/$modname") { unlink("$dest/$modname"); } - if ($dossh) { + if ($dossh and $osver =~ /esxi4/) { system("tar czf $dest/$modname * .ssh"); } else { system("tar czf $dest/$modname *");