2
0
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:
WangXiaoPeng
2015-09-11 03:58:29 -04:00
committed by GONG Jie
parent 18828bae0f
commit 21a2945667

View File

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