From 466813f120712b5d59ef0409cece31271ab3ad40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20M=C3=A9ndez=20Hern=C3=A1ndez?= Date: Mon, 25 Mar 2024 15:09:07 +0100 Subject: [PATCH] fix(storage-benchmark): Do not ask for confirmation when installing `fio` As an improvement for previous PR. --- storage-benchmark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage-benchmark b/storage-benchmark index eb059e2..0088e9f 100755 --- a/storage-benchmark +++ b/storage-benchmark @@ -102,7 +102,7 @@ then exit 1 else echo "** Installing fio **" - foreman-maintain packages install fio + foreman-maintain packages install -y fio fi fi