From 6dbf4260fc577bc57a2f4fd7bdac88a4215aa740 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 17 May 2010 14:58:38 +0200 Subject: [PATCH] Fix prefix for command=exit --- perf/bash/par.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/bash/par.sh b/perf/bash/par.sh index 02d271f..08add27 100755 --- 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 -- 1.7.10.4