mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 23:15:30 +00:00
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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user