From e2e50069d27c228814a3dab5288e7ad49cadbf9d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 25 Jan 2012 16:44:06 +0100 Subject: add -# to reduce curl progress output Signed-off-by: Florian Pritz --- fb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-24-g4f1b