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:
lissav 2012-07-26 12:10:23 +00:00
parent 42cf1d088e
commit f7fc5f7321

View File

@ -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) {