summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-01-25 16:44:06 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-01-25 22:06:36 +0100
commite2e50069d27c228814a3dab5288e7ad49cadbf9d (patch)
treeba0c38d6b336e7e514be14735713b502f4ab6345
parentdf12bcbfdc655ef7f57929a1cabb9dceb46ae07a (diff)
add -# to reduce curl progress output
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--fb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb.in b/fb.in
index e2b1b90..fda429e 100644
--- a/fb.in
+++ b/fb.in
@@ -53,7 +53,7 @@ request_helper() {
$LIBDIR/fb-helper "$mode" "$url" "$file"
else
USERAGENT="fb-client/shell-$VERSION"
- CURLOPTS="-n -L -A $USERAGENT"
+ CURLOPTS="-# -n -L -A $USERAGENT"
if [ "$mode" = "d" ]; then
CURLOPTS="$CURLOPTS -s"