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

Fix issue 3979, do not set next status if command is getopenbmccons

This commit is contained in:
XuWei
2017-09-21 03:03:19 -04:00
parent 72e5e44975
commit 6572e3f595

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);