Skip to content

Commit 465d53e

Browse files
committed
Disabled progress output for two instances wget running under cron.
- Legacy-Id: 18007
1 parent 26dbcc8 commit 465d53e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/hourly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ mv $TMPFILE6 $DOWNLOAD/id-abstract.txt
7272
mv $TMPFILE7 $ID/all_id2.txt
7373

7474
CHARTER=/a/www/ietf-ftp/charter
75-
wget https://datatracker.ietf.org/wg/1wg-charters-by-acronym.txt -O $CHARTER/1wg-charters-by-acronym.txt
76-
wget https://datatracker.ietf.org/wg/1wg-charters.txt -O $CHARTER/1wg-charters.txt
75+
wget -q https://datatracker.ietf.org/wg/1wg-charters-by-acronym.txt -O $CHARTER/1wg-charters-by-acronym.txt
76+
wget -q https://datatracker.ietf.org/wg/1wg-charters.txt -O $CHARTER/1wg-charters.txt
7777

7878
# Create and update group wikis
7979
#$DTDIR/ietf/manage.py create_group_wikis

0 commit comments

Comments
 (0)