diff options
Diffstat (limited to 'bin/webcheck_url.sh')
-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 |