Skip to content
Snippets Groups Projects

Allow for non-sara downloads

Closed Timo Millenaar requested to merge allow_download_from_non_sara_locations into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -32,5 +32,6 @@ requirements:
@@ -32,5 +32,6 @@ requirements:
globus-url-copy $turl - | tar -xvf -
globus-url-copy $turl - | tar -xvf -
else
else
echo "Downloading $1 with gfal-copy"
echo "Downloading $1 with gfal-copy"
 
ln -s /usr/bin/python3 /usr/bin/python
gfal-copy $1 - | tar -xvf -
gfal-copy $1 - | tar -xvf -
fi
fi
Loading