We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedff2a commit 9532320Copy full SHA for 9532320
run.sh
@@ -50,10 +50,10 @@ if [ "$1" = "import" ]; then
50
51
if [ -n "$DOWNLOAD_PBF" ]; then
52
echo "INFO: Download PBF file: $DOWNLOAD_PBF"
53
- wget -nv "$DOWNLOAD_PBF" -O /data.osm.pbf
+ wget "$WGET_ARGS" "$DOWNLOAD_PBF" -O /data.osm.pbf
54
if [ -n "$DOWNLOAD_POLY" ]; then
55
echo "INFO: Download PBF-POLY file: $DOWNLOAD_POLY"
56
- wget -nv "$DOWNLOAD_POLY" -O /data.poly
+ wget "$WGET_ARGS" "$DOWNLOAD_POLY" -O /data.poly
57
fi
58
59
0 commit comments