Merge pull request #35 from barabo/patch-1
Follow 302 redirects with curl
This commit is contained in:
commit
066cae477f
@ -58,7 +58,7 @@ fi
|
||||
if [[ "$FORCE" == true ]] || [[ "$response" =~ ^([yY])$ ]]; then
|
||||
echo "Downloading most recent publisher to $jarlocationname - it's ~100 MB, so this may take a bit"
|
||||
# wget "https://fhir.github.io/latest-ig-publisher/org.hl7.fhir.publisher.jar" -O "$jarlocation"
|
||||
curl $dlurl -o "$jarlocation" --create-dirs
|
||||
curl -L $dlurl -o "$jarlocation" --create-dirs
|
||||
else
|
||||
echo cancel...
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user