Skip to content

Commit

Permalink
Merge pull request #85 from pravins/master
Browse files Browse the repository at this point in the history
- Fixes #81: yum install does not work for fio.
  • Loading branch information
pablomh authored Mar 25, 2024
2 parents 5ef059a + c9deaba commit 8922cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage-benchmark
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ then
exit 1
else
echo "** Installing fio **"
yum install -y fio
foreman-maintain packages install fio
fi
fi

Expand Down

0 comments on commit 8922cc2

Please sign in to comment.