summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-09 15:44:25 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-09 15:44:25 +0100
commit14c1455f61cec12a94b270981ec8c746ca2a3991 (patch)
tree47b349130365c6ca4dcc725d8bfd2629a2e3dd5b /bin
parent0ba79596820a3b5cafbfe000a8858943507f0bae (diff)
downloadjenkins.debian.net-14c1455f61cec12a94b270981ec8c746ca2a3991.tar.xz
be more verbose
Diffstat (limited to 'bin')
-rwxr-xr-xbin/webcheck_url.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/webcheck_url.sh b/bin/webcheck_url.sh
index 5f61fee9..93007bbe 100755
--- a/bin/webcheck_url.sh
+++ b/bin/webcheck_url.sh
@@ -11,7 +11,7 @@ if [ "$1" == "" ] ; then
exit 1
fi
-#set -x
+set -x
set -e
export LANG=C
export http_proxy="http://localhost:3128"