2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-14 18:30:23 +00:00

Merge pull request #3895 from gurevichmark/openbmc_rflash_version_BMC

BMC update image check and upload+activate rflash options
This commit is contained in:
Victor Hu
2017-09-12 16:22:57 -04:00
committed by GitHub

View File

@ -898,7 +898,7 @@ sub parse_command_status {
my $file_id = undef;
my $grep_cmd = "/usr/bin/grep -a";
my $version_tag = '"version=IBM"';
my $version_tag = '"^version="';
my $purpose_tag = '"purpose="';
my $purpose_value;
my $version_value;