summaryrefslogtreecommitdiffstats
path: root/bin/webcheck_url.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/webcheck_url.sh')
-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 93007bbe..bb36a0b7 100755
--- a/bin/webcheck_url.sh
+++ b/bin/webcheck_url.sh
@@ -18,6 +18,6 @@ export http_proxy="http://localhost:3128"
PARAMS="-c -f"
if [ "$2" != "" ] ; then
- PARAMS=$(for i in $2 ; do echo -n " -y $i" ; done)
+ PARAMS="$PARAMS $(for i in $2 ; do echo -n " -y $i" ; done)"
fi
webcheck $1 $PARAMS