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

Attempt to use sudo in fetch_data.cwl in the hopes of creating a symlink

parent ca14b4aa
No related branches found
No related tags found
1 merge request!6Allow for non-sara downloads
...@@ -32,6 +32,6 @@ requirements: ...@@ -32,6 +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 sudo ln -s /usr/bin/python3 /usr/bin/python
gfal-copy $1 - | tar -xvf - gfal-copy $1 - | tar -xvf -
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment