Skip to content

Commit

Permalink
update ubm aliasing scripts to read explicity from fru 0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkelly16 committed Jul 24, 2024
1 parent 8dc9892 commit d07121d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubm/ubm_funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ _get_map_key() {
fi
(
set -o pipefail
ipmitool fru | awk -F: '
ipmitool fru print 0 | awk -F: '
BEGIN {
found_key = 0
}
Expand Down

0 comments on commit d07121d

Please sign in to comment.