Skip to content
Snippets Groups Projects
Commit 3324d1ea authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Change symlink to cp for cookie in getData

parent 63509f78
Branches
Tags
2 merge requests!76Develop,!70Dnanexus
......@@ -258,7 +258,7 @@ process getData {
# link deriva cookie for authentication
echo -e "LOG: linking deriva cookie" >> ${repRID}.getData.log
mkdir -p ~/.bdbag
ln -sf `readlink -e cookies.txt` ~/.bdbag/deriva-cookies.txt
cp `readlink -e cookies.txt` ~/.bdbag/deriva-cookies.txt
echo -e "LOG: linked" >> ${repRID}.getData.log
# get bag basename
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment