From 0ba79596820a3b5cafbfe000a8858943507f0bae Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 9 Nov 2012 15:42:40 +0100 Subject: fixup 16 webchecks --- bin/webcheck_url.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/webcheck_url.sh b/bin/webcheck_url.sh index 2652f5b0..5f61fee9 100755 --- a/bin/webcheck_url.sh +++ b/bin/webcheck_url.sh @@ -16,8 +16,8 @@ set -e export LANG=C export http_proxy="http://localhost:3128" -PARAMS="" +PARAMS="-c -f" if [ "$2" != "" ] ; then - PARAMS=$(for i in $2 ; do echo -n "-y $i " ; done) + PARAMS=$(for i in $2 ; do echo -n " -y $i" ; done) fi webcheck $1 $PARAMS -- cgit v1.2.3-70-g09d2