-Undo pointless change
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6183 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
623c9f512a
commit
10faffab4a
@ -307,10 +307,10 @@ sub addnode
|
||||
print $omshell "set ip-address = $ip\n";
|
||||
if ($lstatements)
|
||||
{
|
||||
$lstatements = 'option host-name \"'.$node.'\"; send host-name \"'.$node.'\";'.$lstatements;
|
||||
$lstatements = 'send host-name \"'.$node.'\";'.$lstatements;
|
||||
|
||||
} else {
|
||||
$lstatements = 'option host-name \"'.$node.'\"; send host-name \"'.$node.'\";';
|
||||
$lstatements = 'send host-name \"'.$node.'\";';
|
||||
}
|
||||
print $omshell "set statements = \"$lstatements\"\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user