fix defect 3549072
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13350 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
42cf1d088e
commit
f7fc5f7321
@ -191,8 +191,8 @@ sub makescript
|
||||
my $groups=
|
||||
$nodelisttab->getNodeAttribs($node, ['groups']);
|
||||
|
||||
push @scriptd, "GROUPS=$groups->{groups}\n";
|
||||
push @scriptd, "export GROUPS\n";
|
||||
push @scriptd, "GROUP=$groups->{groups}\n";
|
||||
push @scriptd, "export GROUP\n";
|
||||
# read the sshbetweennodes attribute and process
|
||||
my $enablessh=xCAT::Utils->enablessh($node);
|
||||
if ($enablessh == 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user