Skip to content
Snippets Groups Projects
Commit a58db939 authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Try srrcp instead of gfal-copy

parent e4e42c69
Branches
No related tags found
1 merge request!6Allow for non-sara downloads
...@@ -31,7 +31,7 @@ requirements: ...@@ -31,7 +31,7 @@ requirements:
echo "Downloading $turl with globus-url-copy" echo "Downloading $turl with globus-url-copy"
globus-url-copy $turl - | tar -xvf - globus-url-copy $turl - | tar -xvf -
else else
echo "Downloading $1 with gfal-copy" echo "Downloading $1 with srmcp"
sudo ln -s /usr/bin/python3 /usr/bin/python srmcp $1 file:////`pwd`/$(basename $1)
gfal-copy $1 - | tar -xvf - tar -xvf $(basename $1)
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment