diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-09 15:42:40 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-09 15:42:40 +0100 |
commit | 0ba79596820a3b5cafbfe000a8858943507f0bae (patch) | |
tree | 8204988d3dae93b34fc2546dc66f182a504f58ec /bin | |
parent | 5ef4b5c41f5b5343851795ff216c1dfbf468ee0d (diff) | |
download | jenkins.debian.net-0ba79596820a3b5cafbfe000a8858943507f0bae.tar.xz |
fixup 16 webchecks
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/webcheck_url.sh | 4 |
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 |