diff options
-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 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" |