From 556338a18129e30d87f4af2f3b88709d251c1e0d Mon Sep 17 00:00:00 2001 From: Martin Dengler Date: Thu, 09 Jul 2009 17:25:28 +0000 Subject: silence curl for aslo downloads --- (limited to 'soas-aslo-and-content.ks') diff --git a/soas-aslo-and-content.ks b/soas-aslo-and-content.ks index 1ab3620..8517d74 100644 --- a/soas-aslo-and-content.ks +++ b/soas-aslo-and-content.ks @@ -81,7 +81,7 @@ for pdf in $PDFS ; do remote_file=$(basename $(curl -4 -s -L -w %{url_effective} -I $url | tail -1)) bundle=$CACHE_DIR/$remote_file if [ ! -f $bundle ] ; then - curl -4 -L $url > $bundle + curl -s -4 -L $url > $bundle fi cp -p $bundle $BUNDLES_DIR done -- cgit v0.9.1