diff options
Diffstat (limited to 'bin/webcheck_url.sh')
-rwxr-xr-x | bin/webcheck_url.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/webcheck_url.sh b/bin/webcheck_url.sh index 19c99b55..3ea01da5 100755 --- a/bin/webcheck_url.sh +++ b/bin/webcheck_url.sh @@ -18,7 +18,7 @@ PATTERNS=$2 # # default settings # -set -x +#set -x set -e export LC_ALL=C export http_proxy="http://localhost:3128" |