We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359a268 commit 50c784eCopy full SHA for 50c784e
1 file changed
docker/updatedb
@@ -124,7 +124,7 @@ DATADIR=$parent/data
124
125
if [ "$DOWNLOAD" ]; then
126
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."
+ wget -N -P $DATADIR http://www.ietf.org/lib/dt/sprint/ietf_utf8.sql.gz || die "No new data, quitting."
128
fi
129
130
echo "Loading database ..."
0 commit comments