projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94bf121
)
Fix prefix for command=exit
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 17 May 2010 12:58:38 +0000
(14:58 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 17 May 2010 12:58:38 +0000
(14:58 +0200)
perf/bash/par.sh
patch
|
blob
|
history
diff --git
a/perf/bash/par.sh
b/perf/bash/par.sh
index
02d271f
..
08add27
100755
(executable)
--- a/
perf/bash/par.sh
+++ b/
perf/bash/par.sh
@@
-23,5
+23,5
@@
while test $r -lt $ROUNDS; do
done
wait
if [ "$SHUTDOWN" == "1" ] ; then
- wget -O x "http://localhost:${PORT}/?command=exit"
+ wget -O x "http://localhost:${PORT}/search.pz2?command=exit"
fi