From 25e3d35e5980b51f2deafab64225d33e39a53bd1 Mon Sep 17 00:00:00 2001 From: fehrmann <henning.fehrmann@aei.mpg.de> Date: Fri, 18 Nov 2016 15:06:20 +0100 Subject: [PATCH] removed an exit --- fio.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fio.sh b/fio.sh index 8599581..660fe31 100755 --- a/fio.sh +++ b/fio.sh @@ -11,8 +11,7 @@ function run { mkdir -p $dir sed "s#^directory=.*#directory=$dir#g" $tfile > $tfile.run sed -i "s#/tmp/fio/.*#/tmp/fio/$HOST#g" $tfile.run - exit -fio $tfile.run + fio $tfile.run } function getresults { -- GitLab