Skip to content

Commit

Permalink
chore(otp): fix directory to download osm file
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-mkt committed Dec 21, 2024
1 parent 82c37dc commit fe97678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/otp/scripts/fetch-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ done
# Download OSM data
if [ ! -f ./docker/otp/osm.pbf ]; then
echo "📥 Downloading OSM data from $OSM_URL..."
curl -L --retry 5 --retry-delay 5 "$OSM_URL" -o ./otp/osm.pbf
curl -L --retry 5 --retry-delay 5 "$OSM_URL" -o ./docker/otp/osm.pbf
echo "✅ OSM data downloaded."
else
echo "⏭️ OSM data already exists. Skipping download."
Expand Down

0 comments on commit fe97678

Please sign in to comment.