From 465d53e3caf12a040ffabb1bd50cca2bf86e8fa6 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 17 Jun 2020 12:11:25 +0000 Subject: [PATCH] Disabled progress output for two instances wget running under cron. - Legacy-Id: 18007 --- bin/hourly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/hourly b/bin/hourly index 0b21f4a58..c94328b3d 100755 --- a/bin/hourly +++ b/bin/hourly @@ -72,8 +72,8 @@ mv $TMPFILE6 $DOWNLOAD/id-abstract.txt mv $TMPFILE7 $ID/all_id2.txt CHARTER=/a/www/ietf-ftp/charter -wget https://datatracker.ietf.org/wg/1wg-charters-by-acronym.txt -O $CHARTER/1wg-charters-by-acronym.txt -wget https://datatracker.ietf.org/wg/1wg-charters.txt -O $CHARTER/1wg-charters.txt +wget -q https://datatracker.ietf.org/wg/1wg-charters-by-acronym.txt -O $CHARTER/1wg-charters-by-acronym.txt +wget -q https://datatracker.ietf.org/wg/1wg-charters.txt -O $CHARTER/1wg-charters.txt # Create and update group wikis #$DTDIR/ietf/manage.py create_group_wikis