Skip to content
Snippets Groups Projects
Commit 79596dde authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Look for dbench client.txt file in /usr/share/dbench also.
parent 141b41cd
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ SRC=${SRC:-/usr/lib/dbench/client.txt}
[ ! -s $TGT -a -s $SRC ] && echo "copying $SRC to $TGT" && cp $SRC $TGT
SRC=/usr/lib/dbench/client_plain.txt
[ ! -s $TGT -a -s $SRC ] && echo "copying $SRC to $TGT" && cp $SRC $TGT
SRC=/usr/share/dbench/client.txt
[ ! -s $TGT -a -s $SRC ] && echo "copying $SRC to $TGT" && cp $SRC $TGT
[ ! -s $TGT ] && echo "$0: $TGT doesn't exist (SRC=$SRC)" && exit 1
cd $DIR
echo "running 'dbench $@' on $PWD at `date`"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment