Changed docker/updatedb to use https:// as cloudflare doesn't do the right thing for our http:// any more.

- Legacy-Id: 16084
This commit is contained in:
Henrik Levkowetz 2019-03-23 09:20:56 +00:00
parent b610f0b099
commit 34d6fa41d1

View file

@ -124,7 +124,7 @@ DATADIR=$parent/data
if [ "$DOWNLOAD" ]; then
echo "Fetching database dump ..."
wget -N -P $DATADIR http://www.ietf.org/lib/dt/sprint/ietf_utf8.sql.gz || die "No new data, quitting."
wget -N -P $DATADIR https://www.ietf.org/lib/dt/sprint/ietf_utf8.sql.gz || die "No new data, quitting."
fi
echo "Loading database ..."