summaryrefslogtreecommitdiffstats
path: root/bin/webcheck_url.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-09 15:42:40 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-09 15:42:40 +0100
commit0ba79596820a3b5cafbfe000a8858943507f0bae (patch)
tree8204988d3dae93b34fc2546dc66f182a504f58ec /bin/webcheck_url.sh
parent5ef4b5c41f5b5343851795ff216c1dfbf468ee0d (diff)
downloadjenkins.debian.net-0ba79596820a3b5cafbfe000a8858943507f0bae.tar.xz
fixup 16 webchecks
Diffstat (limited to 'bin/webcheck_url.sh')
-rwxr-xr-xbin/webcheck_url.sh4
1 files changed, 2 insertions, 2 deletions
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