2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

Merge pull request #3983 from xuweibj/I3979

Fix issue 3979, do not set next status if command is getopenbmccons
This commit is contained in:
zet809
2017-09-21 15:52:12 +08:00
committed by GitHub

View File

@ -666,6 +666,8 @@ sub parse_command_status {
my $subcommands = shift;
my $subcommand;
return if ($command eq "getopenbmccons");
if ($$subcommands[-1] and $$subcommands[-1] =~ /V|verbose/) {
$::VERBOSE = 1;
pop(@$subcommands);