Skip to content

Commit 50c784e

Browse files
committed
Made docker/updatedb less verbose when downloading a new database dump.
- Legacy-Id: 12565
1 parent 359a268 commit 50c784e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/updatedb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ DATADIR=$parent/data
124124

125125
if [ "$DOWNLOAD" ]; then
126126
echo "Fetching database dump ..."
127-
wget -S -N -P $DATADIR http://www.ietf.org/lib/dt/sprint/ietf_utf8.sql.gz || die "No new data, quitting."
127+
wget -N -P $DATADIR http://www.ietf.org/lib/dt/sprint/ietf_utf8.sql.gz || die "No new data, quitting."
128128
fi
129129

130130
echo "Loading database ..."

0 commit comments

Comments
 (0)