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:
parent
b610f0b099
commit
34d6fa41d1
|
@ -124,7 +124,7 @@ DATADIR=$parent/data
|
||||||
|
|
||||||
if [ "$DOWNLOAD" ]; then
|
if [ "$DOWNLOAD" ]; then
|
||||||
echo "Fetching database dump ..."
|
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
|
fi
|
||||||
|
|
||||||
echo "Loading database ..."
|
echo "Loading database ..."
|
||||||
|
|
Loading…
Reference in a new issue