Skip to content

Commit

Permalink
Work around VGN user agent issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Dec 15, 2024
1 parent 95c5487 commit 2dcf2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z "$dest_file" ]; then 1>&2 echo 'missing 2nd argument: dest_file'; exit 1
url="${url/\%CONNECT_FAHRPLANINFO_TOKEN\%/$CONNECT_FAHRPLANINFO_TOKEN}"


ua='User-Agent: mfdz/gtfs-hub'
ua='User-Agent: mfdz gtfs-hub'
etag_file="$dest_file.etag"

if test -e "$$dest_file"
Expand Down

0 comments on commit 2dcf2ce

Please sign in to comment.