diff --git a/fio.sh b/fio.sh
index 85995813e5448d47c3bfc0f3857e641abebb1225..660fe315e3ec8058c1365e68e96809d6c7945930 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 {