Skip to content
Snippets Groups Projects
Commit 97d51018 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix surl download

parent 76cc60fb
No related branches found
No related tags found
No related merge requests found
Pipeline #34806 failed
...@@ -30,6 +30,6 @@ requirements: ...@@ -30,6 +30,6 @@ requirements:
turl=`echo $1 | awk '{gsub("srm://srm.grid.sara.nl[:0-9]*","gsiftp://gridftp.grid.sara.nl"); print}'` turl=`echo $1 | awk '{gsub("srm://srm.grid.sara.nl[:0-9]*","gsiftp://gridftp.grid.sara.nl"); print}'`
echo "Downloading $turl" echo "Downloading $turl"
globus-url-copy $turl out/ globus-url-copy $turl .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment