From: Adam Dickmeiss Date: Mon, 17 May 2010 12:58:38 +0000 (+0200) Subject: Fix prefix for command=exit X-Git-Tag: v1.4.1~24 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=6dbf4260fc577bc57a2f4fd7bdac88a4215aa740;hp=--cc;p=pazpar2-moved-to-github.git Fix prefix for command=exit --- 6dbf4260fc577bc57a2f4fd7bdac88a4215aa740 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