mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +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:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user