From 22b6aea5af34e1728139cc45b758277583f9fe0b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 9 Nov 2012 15:45:24 +0100 Subject: fixup webchecks --- bin/webcheck_url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/webcheck_url.sh') diff --git a/bin/webcheck_url.sh b/bin/webcheck_url.sh index 93007bbe..bb36a0b7 100755 --- a/bin/webcheck_url.sh +++ b/bin/webcheck_url.sh @@ -18,6 +18,6 @@ export http_proxy="http://localhost:3128" PARAMS="-c -f" if [ "$2" != "" ] ; then - PARAMS=$(for i in $2 ; do echo -n " -y $i" ; done) + PARAMS="$PARAMS $(for i in $2 ; do echo -n " -y $i" ; done)" fi webcheck $1 $PARAMS -- cgit v1.2.3-54-g00ecf