mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 15:05:36 +00:00
remove two unmeaning spaces in the generated conserver.cf to avoid the automation test failure
This commit is contained in:
@ -548,7 +548,7 @@ foreach my $node (sort keys %$cfgenthash) {
|
||||
if (defined($ENV{'XCATSSLVER'})) {
|
||||
$env = "XCATSSLVER=$ENV{'XCATSSLVER'} ";
|
||||
}
|
||||
push @$content," exec $locerror $env ".$::XCATROOT."/share/xcat/cons/".$cmeth." ".$node.";\n"
|
||||
push @$content," exec $locerror$env".$::XCATROOT."/share/xcat/cons/".$cmeth." ".$node.";\n"
|
||||
}
|
||||
}
|
||||
if (defined($cfgent->{consoleondemand})) {
|
||||
|
Reference in New Issue
Block a user