Fixed bench marking of other filesystems.

Added error message if bonnie++ is not installed.
This commit is contained in:
fsgqa
2004-06-29 02:16:00 +00:00
parent a96c29f747
commit 8281d48d75
3 changed files with 23 additions and 3 deletions
+6
View File
@@ -1,5 +1,11 @@
##/bin/sh
#check dbench is installed
if [ "`whereis dbench`" == "dbench:"]; then
echo $0 error dbench not installed.
exit
fi
_run_dbench()
{
mkdir ./dbench || exit 1