Skip to content

Commit

Permalink
fix(storage-benchmark): Do not ask for confirmation when installing `…
Browse files Browse the repository at this point in the history
…fio`

As an improvement for previous PR.
  • Loading branch information
pablomh committed Mar 25, 2024
1 parent 8922cc2 commit 466813f
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 **"
foreman-maintain packages install fio
foreman-maintain packages install -y fio
fi
fi

Expand Down

0 comments on commit 466813f

Please sign in to comment.