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
This commit is contained in:
parent
b37c6a3634
commit
7de37672ff
@ -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 *");
|
||||
|
Loading…
Reference in New Issue
Block a user